binarySearchTolerance | sgpp::optimization::FuzzyIntervalViaMembershipFunction | protected |
computeL1Error(const FuzzyInterval &other, NormMode normMode=NormMode::ViaMembershipFunction) const | sgpp::optimization::FuzzyInterval | |
computeL1Norm(NormMode normMode=NormMode::ViaMembershipFunction) const | sgpp::optimization::FuzzyInterval | |
computeL2Error(const FuzzyInterval &other, NormMode normMode=NormMode::ViaMembershipFunction) const | sgpp::optimization::FuzzyInterval | |
computeL2Norm(NormMode normMode=NormMode::ViaMembershipFunction) const | sgpp::optimization::FuzzyInterval | |
computeLinfError(const FuzzyInterval &other, NormMode normMode=NormMode::ViaMembershipFunction) const | sgpp::optimization::FuzzyInterval | |
computeLinfNorm(NormMode normMode=NormMode::ViaMembershipFunction) const | sgpp::optimization::FuzzyInterval | |
computeRelativeL1Error(const FuzzyInterval &other, NormMode normMode=NormMode::ViaMembershipFunction) const | sgpp::optimization::FuzzyInterval | |
computeRelativeL2Error(const FuzzyInterval &other, NormMode normMode=NormMode::ViaMembershipFunction) const | sgpp::optimization::FuzzyInterval | |
computeRelativeLinfError(const FuzzyInterval &other, NormMode normMode=NormMode::ViaMembershipFunction) const | sgpp::optimization::FuzzyInterval | |
coreLowerBound | sgpp::optimization::FuzzyIntervalViaMembershipFunction | protected |
coreUpperBound | sgpp::optimization::FuzzyIntervalViaMembershipFunction | protected |
cutoff | sgpp::optimization::QuasiGaussianFuzzyNumber | protected |
DEFAULT_BINARY_SEARCH_TOLERANCE | sgpp::optimization::FuzzyIntervalViaMembershipFunction | static |
DEFAULT_NUMBER_OF_INTEGRAL_SAMPLES | sgpp::optimization::FuzzyInterval | static |
evaluateConfidenceIntervalLowerBound(double alpha) const override | sgpp::optimization::FuzzyIntervalViaMembershipFunction | virtual |
evaluateConfidenceIntervalUpperBound(double alpha) const override | sgpp::optimization::FuzzyIntervalViaMembershipFunction | virtual |
evaluateMembershipFunction(double x) const override | sgpp::optimization::QuasiGaussianFuzzyNumber | virtual |
FuzzyInterval(double supportLowerBound, double supportUpperBound, size_t numberOfIntegralSamples=DEFAULT_NUMBER_OF_INTEGRAL_SAMPLES) | sgpp::optimization::FuzzyInterval | |
FuzzyInterval(const FuzzyInterval &other) | sgpp::optimization::FuzzyInterval | |
FuzzyIntervalViaMembershipFunction(double supportLowerBound, double supportUpperBound, double coreLowerBound, double coreUpperBound, size_t numberOfIntegralSamples=DEFAULT_NUMBER_OF_INTEGRAL_SAMPLES, double binarySearchTolerance=DEFAULT_BINARY_SEARCH_TOLERANCE) | sgpp::optimization::FuzzyIntervalViaMembershipFunction | |
FuzzyIntervalViaMembershipFunction(const FuzzyIntervalViaMembershipFunction &other) | sgpp::optimization::FuzzyIntervalViaMembershipFunction | |
getBinarySearchTolerance() const | sgpp::optimization::FuzzyIntervalViaMembershipFunction | |
getCoreLowerBound() const | sgpp::optimization::FuzzyIntervalViaMembershipFunction | |
getCoreUpperBound() const | sgpp::optimization::FuzzyIntervalViaMembershipFunction | |
getCutoff() const | sgpp::optimization::QuasiGaussianFuzzyNumber | |
getMean() const | sgpp::optimization::QuasiGaussianFuzzyNumber | |
getNumberOfIntegralSamples() const | sgpp::optimization::FuzzyInterval | |
getStdev() const | sgpp::optimization::QuasiGaussianFuzzyNumber | |
getSupportLowerBound() const | sgpp::optimization::FuzzyInterval | |
getSupportUpperBound() const | sgpp::optimization::FuzzyInterval | |
mean | sgpp::optimization::QuasiGaussianFuzzyNumber | protected |
NormMode enum name | sgpp::optimization::FuzzyInterval | |
numberOfIntegralSamples | sgpp::optimization::FuzzyInterval | protected |
QuasiGaussianFuzzyNumber(double mean, double stdev, double cutoff) | sgpp::optimization::QuasiGaussianFuzzyNumber | |
QuasiGaussianFuzzyNumber(const QuasiGaussianFuzzyNumber &other) | sgpp::optimization::QuasiGaussianFuzzyNumber | |
setBinarySearchTolerance(double binarySearchTolerance) | sgpp::optimization::FuzzyIntervalViaMembershipFunction | |
setNumberOfIntegralSamples(size_t numberOfIntegralSamples) | sgpp::optimization::FuzzyInterval | |
stdev | sgpp::optimization::QuasiGaussianFuzzyNumber | protected |
supportLowerBound | sgpp::optimization::FuzzyInterval | protected |
supportUpperBound | sgpp::optimization::FuzzyInterval | protected |
~FuzzyInterval() | sgpp::optimization::FuzzyInterval | virtual |
~FuzzyIntervalViaMembershipFunction() override | sgpp::optimization::FuzzyIntervalViaMembershipFunction | |
~QuasiGaussianFuzzyNumber() override | sgpp::optimization::QuasiGaussianFuzzyNumber | |