- FeatureFunction - Class in fuzzydl
-
Function involving several features.
- FeatureFunction(String) - Constructor for class fuzzydl.FeatureFunction
-
Constructor for the function (feature)
- FeatureFunction(double, FeatureFunction) - Constructor for class fuzzydl.FeatureFunction
-
Constructor for the function (n * feature)
- FeatureFunction(double) - Constructor for class fuzzydl.FeatureFunction
-
Constructor for the function (n)
- FeatureFunction(FeatureFunction, FeatureFunction) - Constructor for class fuzzydl.FeatureFunction
-
Constructor for the function (feature1 - feature2)
- FeatureFunction(ArrayList<FeatureFunction>) - Constructor for class fuzzydl.FeatureFunction
-
Constructor for the function (feature1 + feature2 + ... + featureN)
- FREE_VARIABLE - Static variable in class fuzzydl.milp.Variable
-
Real variable
- funcRoles - Variable in class fuzzydl.KnowledgeBase
-
Functional roles.
- FUZZY_NUMBER - Static variable in class fuzzydl.Concept
-
Fuzzy number.
- FUZZY_NUMBER_COMPLEMENT - Static variable in class fuzzydl.Concept
-
Negated fuzzy number.
- FuzzyConcreteConcept - Class in fuzzydl
-
Fuzzy concrete concept defined with an explicit membership function.
- FuzzyConcreteConcept(String) - Constructor for class fuzzydl.FuzzyConcreteConcept
-
Constructor.
- fuzzydl - package fuzzydl
-
- fuzzydl.exception - package fuzzydl.exception
-
- fuzzydl.milp - package fuzzydl.milp
-
- fuzzydl.util - package fuzzydl.util
-
- FuzzyLogic - Enum in fuzzydl
-
Fuzzy logic.
- fuzzyNumbers - Variable in class fuzzydl.KnowledgeBase
-
Fuzzy numbers.
- FuzzyOntologyException - Exception in fuzzydl.exception
-
- FuzzyOntologyException(String) - Constructor for exception fuzzydl.exception.FuzzyOntologyException
-