fuzzylite  6.0
A Fuzzy Logic Control Library in C++
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Cfl::ActivationAbstract class for RuleBlock activation methods
 Cfl::FirstRuleBlock Activation method that activates the first \(n\) rules whose activation degrees are greater than or equal to the given threshold
 Cfl::GeneralRuleBlock Activation method that activates every rule following the order in which the rules were added to the rule block
 Cfl::HighestRuleBlock Activation method that activates a given number of rules with highest activation degrees in descending order
 Cfl::LastRuleBlock Activation method that activates the last \(n\) rules whose activation degrees are greater than or equal to the given threshold
 Cfl::LowestRuleBlock Activation method that activates a given number of rules with lowest activation degrees in ascending order
 Cfl::ProportionalRuleBlock Activation method that activates the rules utilizing activation degrees proportional to the activation degrees of the other rules, thus the sum of the activation degrees is equal to one
 Cfl::ThresholdRuleBlock Activation method that activates the rules whose activation degrees satisfy the equation given by the comparison operator and the threshold, and deactivates the rules which do not satisfy the equation
 Cfl::AntecedentExpression tree that represents and evaluates the antecedent of a Rule
 Cfl::BenchmarkDesigned to evaluate the performance of an Engine
 Cfl::CloningFactory< T >The CloningFactory class is the base class for a factory whose objects are created from a registered object by calling the clone() method
 Cfl::CloningFactory< Function::Element *>
 Cfl::FunctionFactoryCloningFactory of operators and functions utilized by the Function term
 Cfl::ComplexityUsed throughout the library to estimate the computational cost of the different components of the library
 Cfl::ConsequentProposition set that represents and evaluates the consequent of a Rule
 Cfl::ConsoleCommand-line tool that helps to utilize the fuzzylite library
 Cfl::ConstructionFactory< T >The ConstructionFactory class is the base class for a factory whose objects are created from a registered ConstructionFactory::Constructor
 Cfl::ConstructionFactory< Activation *>
 Cfl::ActivationFactoryConstructionFactory of Activation methods for RuleBlocks
 Cfl::ConstructionFactory< Defuzzifier *>
 Cfl::DefuzzifierFactoryConstructionFactory of Defuzzifiers
 Cfl::ConstructionFactory< Hedge *>
 Cfl::HedgeFactoryConstructionFactory of Hedges
 Cfl::ConstructionFactory< SNorm *>
 Cfl::SNormFactoryConstructionFactory of SNorms
 Cfl::ConstructionFactory< Term *>
 Cfl::TermFactoryConstructionFactory of Terms
 Cfl::ConstructionFactory< TNorm *>
 Cfl::TNormFactoryConstructionFactory of TNorms
 Cfl::DefuzzifierAbstract class for defuzzifiers
 Cfl::IntegralDefuzzifierBase class for defuzzifiers which integrate over the fuzzy set
 Cfl::WeightedDefuzzifierBase class for defuzzifiers which compute a weighted function on the fuzzy set without requiring to integrate over the fuzzy set
 Cfl::Function::ElementSingle element in a formula, be that either a function or an operator
 Cfl::EngineCore class of the library as it groups the necessary components of a fuzzy logic controller
 Cstd::exceptionSTL class
 Cfl::ExceptionOnly type of exception that is utilized throughout the library
 Cfl::ExporterAbstract class for exporters to translate an Engine into different formats
 Cfl::CppExporterExporter that translates an Engine and its components to the C++ programming language using the fuzzylite library
 Cfl::FclExporterExporter that translates an Engine and its components to the Fuzzy Control Language specification
 Cfl::FisExporterExporter that translates an Engine and its components into the Fuzzy Inference System format for Matlab or Octave
 Cfl::FldExporterExporter that evaluates an Engine and exports its input values and output values to the FuzzyLite Dataset (FLD) format, see http://www.fuzzylite.com/fll-fld for more information
 Cfl::FllExporterExporter that translates an Engine and its components to the FuzzyLite Language (FLL), see http://www.fuzzylite.com/fll-fld for more information
 Cfl::JavaExporterExporter that translates an Engine and its components to the Java programming language using the jfuzzylite library
 Cfl::RScriptExporterExporter that creates an R script to plot one or more surfaces of an engine for two input variables and any number of output variables
 Cfl::ExpressionBase class to build an expression tree
 Cfl::FL_IFINALThe Extremely class is a Hedge located fifth in the ordered set (Not, Seldom, Somewhat, Very, Extremely, Any)
 Cfl::FL_IFINALThe Extremely class is a Hedge located fifth in the ordered set (Not, Seldom, Somewhat, Very, Extremely, Any)
 Cfl::FactoryManagerCentral class grouping different factories of objects, together with a singleton instance to access each of the factories throughout the library
 Cfl::fuzzyliteGlobal settings and information about the library
 Cfl::HedgeAbstract class for hedges
 Cfl::AnySpecial Hedge that always returns 1.0
 Cfl::FL_IFINALThe Extremely class is a Hedge located fifth in the ordered set (Not, Seldom, Somewhat, Very, Extremely, Any)
 Cfl::FL_IFINALThe Extremely class is a Hedge located fifth in the ordered set (Not, Seldom, Somewhat, Very, Extremely, Any)
 Cfl::FL_IFINALThe Extremely class is a Hedge located fifth in the ordered set (Not, Seldom, Somewhat, Very, Extremely, Any)
 Cfl::FL_IFINALThe Extremely class is a Hedge located fifth in the ordered set (Not, Seldom, Somewhat, Very, Extremely, Any)
 Cfl::FL_IFINALThe Extremely class is a Hedge located fifth in the ordered set (Not, Seldom, Somewhat, Very, Extremely, Any)
 Cfl::FL_IFINALThe Extremely class is a Hedge located fifth in the ordered set (Not, Seldom, Somewhat, Very, Extremely, Any)
 Cfl::ImporterAbstract class for importers to configure an Engine and its components from different text formats
 Cfl::FclImporterImporter that configures an Engine and its components utilizing the Fuzzy Control Language specification
 Cfl::FisImporterImporter that configures an Engine and its components from utilizing the Fuzzy Inference System format for Matlab or Octave
 Cfl::FllImporterImporter that configures an Engine and its components utilizing the FuzzyLite Language (FLL), see http://www.fuzzylite.com/fll-fld for more information
 Cfl::Function::NodeStructures a binary tree by storing pointers to a left Node and a right Node, and storing its content as a Function::Element, the name of an InputVariable or OutputVariable, or a constant value
 Cfl::NormAbstract class for norms
 Cfl::SNormBase class for all S-Norms, and it is utilized as the disjunction fuzzy logic operator and as the aggregation (or accumulation in versions 5.0 and earlier) fuzzy logic operator
 Cfl::TNormBase class for T-Norms, and it is utilized as the conjunction fuzzy logic operator and as the implication (or activation in versions 5.0 and earlier) fuzzy logic operator
 Cfl::OperationMethods for numeric operations, string manipulation, and other functions, all of which are also accessible via fl::Op
 Cfl::Console::OptionA command-line option given by key, value and description
 Cfl::RuleConditional statement that contributes to the control of an Engine
 Cfl::RuleBlockSet of Rules and fuzzy logic operators required to control an Engine
 Cfl::TermAbstract class for linguistic terms
 Cfl::ActivatedSpecial Term that contains pointers to the necessary information of a term that has been activated as part of the Antecedent of a Rule
 Cfl::AggregatedSpecial Term that stores a fuzzy set with the Activated terms from the Antecedents of a Rule, thereby serving mainly as the fuzzy output value of the OutputVariables
 Cfl::BellExtended Term that represents the generalized bell curve membership function
 Cfl::BinaryEdge Term that represents the binary membership function
 Cfl::ConcaveEdge Term that represents the concave membership function
 Cfl::Constant(zero) polynomial Term that represents a constant value \( f(x) = k \)
 Cfl::CosineExtended Term that represents the cosine membership function
 Cfl::DiscreteBasic Term that represents a discrete membership function
 Cfl::FunctionPolynomial Term that represents a generic function \( f : x \mapsto f(x) \)
 Cfl::GaussianExtended Term that represents the Gaussian curve membership function
 Cfl::GaussianProductExtended Term that represents the two-sided Gaussian membership function
 Cfl::LinearLinear polynomial Term expressed as \(f(x)= \mathbf{c}\mathbf{v}+k = \sum_i c_iv_i + k\), where variable \(x\) is not utilized, \(\mathbf{v}\) is a vector of values from the input variables, \(\mathbf{c}\) is a vector of coefficients, and \(k\) is a constant
 Cfl::PiShapeExtended Term that represents the Pi-shaped curve membership function
 Cfl::RampEdge Term that represents the ramp membership function
 Cfl::RectangleBasic Term that represents the rectangle membership function
 Cfl::SigmoidEdge Term that represents the sigmoid membership function
 Cfl::SigmoidDifferenceExtended Term that represents the difference between two sigmoidal membership functions
 Cfl::SigmoidProductExtended Term that represents the product of two sigmoidal membership functions
 Cfl::SpikeExtended Term that represents the spike membership function
 Cfl::SShapeEdge Term that represents the S-shaped membership function
 Cfl::TrapezoidBasic Term that represents the trapezoidal membership function
 Cfl::TriangleBasic Term that represents the triangular membership function
 Cfl::ZShapeEdge Term that represents the Z-shaped membership function
 Cfl::VariableBase class for linguistic variables
 Cfl::InputVariableVariable that represents an input of the fuzzy logic controller
 Cfl::OutputVariableVariable that represents an output of the fuzzy logic controller