Package | Description |
---|---|
fuzzydl | |
fuzzydl.milp |
Modifier and Type | Class and Description |
---|---|
class |
CrispConcreteConcept
Concrete concept defined with a crisp interval.
|
class |
LeftConcreteConcept
Fuzzy concrete concept defined with a left shoulder function.
|
class |
LinearConcreteConcept
Fuzzy concrete concept defined with a left shoulder function.
|
class |
ModifiedConcreteConcept
Concrete concept defined with a crisp interval.
|
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.
|
Modifier and Type | Field and Description |
---|---|
java.util.Hashtable<java.lang.String,FuzzyConcreteConcept> |
KnowledgeBase.concreteConcepts
Fuzzy concepts.
|
Modifier and Type | Method and Description |
---|---|
FuzzyConcreteConcept |
ModifiedConcreteConcept.getModified()
Gets the concept that is being modified.
|
Modifier and Type | Method and Description |
---|---|
void |
KnowledgeBase.addConcept(java.lang.String conceptName,
FuzzyConcreteConcept conc)
Adds a fuzzy concept to the array of concepts in the fuzzy KB.
|
Constructor and Description |
---|
ModifiedConcreteConcept(java.lang.String name,
int type,
Modifier modifier,
FuzzyConcreteConcept f) |
ModifiedConcreteConcept(java.lang.String name,
Modifier modifier,
FuzzyConcreteConcept f) |
QowaConcept(FuzzyConcreteConcept quantifier,
java.util.ArrayList<Concept> concepts) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<FuzzyConcreteConcept> |
ShowVariablesHelper.getLabels(java.lang.String varName)
Gets the fuzzy concrete concepts marked to be shown for a variable.
|
Modifier and Type | Method and Description |
---|---|
void |
ShowVariablesHelper.addConcreteFillerToShow(java.lang.String fName,
java.lang.String indName,
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.
|