|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FuzzyConcreteConcept | |
|---|---|
| fuzzydl | |
| fuzzydl.milp | |
| Uses of FuzzyConcreteConcept in fuzzydl |
|---|
| Subclasses of FuzzyConcreteConcept in fuzzydl | |
|---|---|
class |
CrispConcreteConcept
Concrete concept defined with a crisp interval. |
class |
LeftConcreteConcept
Fuzzy concrete concept defined with a left shoulder function. |
class |
RightConcreteConcept
Fuzzy concrete concept defined with a right shoulder function. |
class |
TrapezoidalConcreteConcept
Fuzzy concrete concept defined with a trapezoidal function. |
class |
TriangularConcreteConcept
Fuzzy concrete concept defined with a triangular function. |
class |
TriangularFuzzyNumber
Fuzzy number defined with a triangular function. |
| Fields in fuzzydl with type parameters of type FuzzyConcreteConcept | |
|---|---|
java.util.Hashtable<java.lang.String,FuzzyConcreteConcept> |
KnowledgeBase.concreteConcepts
Fuzzy concepts. |
| Methods in fuzzydl with parameters of type FuzzyConcreteConcept | |
|---|---|
void |
KnowledgeBase.addConcept(java.lang.String conceptName,
FuzzyConcreteConcept conc)
Adds a fuzzy concept to the array of concepts in the fuzzy KB. |
| Uses of FuzzyConcreteConcept in fuzzydl.milp |
|---|
| Methods in fuzzydl.milp that return types with arguments of type FuzzyConcreteConcept | |
|---|---|
java.util.ArrayList<FuzzyConcreteConcept> |
ShowVariablesHelper.getLabels(java.lang.String varName)
Gets the fuzzy concrete concepts marked to be shown for a variable. |
| Method parameters in fuzzydl.milp with type arguments of type FuzzyConcreteConcept | |
|---|---|
void |
ShowVariablesHelper.addConcreteFillerToShow(java.lang.String fName,
Individual i,
java.util.ArrayList<FuzzyConcreteConcept> ar)
Shows the membership degree to some fuzzy concrete concepts (representing linguistic labels of the feature), for the fillers of a concrete feature of an individual. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||