Package | Description |
---|---|
fuzzydl | |
fuzzydl.milp |
Modifier and Type | Method and Description |
---|---|
CreatedIndividual |
CreatedIndividual.clone() |
CreatedIndividual |
RepresentativeIndividual.getIndividual()
Gets the reference individual.
|
Modifier and Type | Method and Description |
---|---|
void |
TriangularConcreteConcept.solveAssertion(CreatedIndividual ind,
Degree lowerLimit,
KnowledgeBase kb) |
void |
TrapezoidalConcreteConcept.solveAssertion(CreatedIndividual ind,
Degree lowerLimit,
KnowledgeBase kb) |
void |
RightConcreteConcept.solveAssertion(CreatedIndividual ind,
Degree lowerLimit,
KnowledgeBase kb) |
void |
ModifiedConcreteConcept.solveAssertion(CreatedIndividual ind,
Degree lowerLimit,
KnowledgeBase kb) |
void |
LinearConcreteConcept.solveAssertion(CreatedIndividual ind,
Degree lowerLimit,
KnowledgeBase kb) |
void |
LeftConcreteConcept.solveAssertion(CreatedIndividual ind,
Degree lowerLimit,
KnowledgeBase kb) |
abstract void |
FuzzyConcreteConcept.solveAssertion(CreatedIndividual ind,
Degree lowerLimit,
KnowledgeBase kb)
Solves an assertion of the form (individual, concept, degree) with respect to a fuzzy KB.
|
void |
CrispConcreteConcept.solveAssertion(CreatedIndividual ind,
Degree lowerLimit,
KnowledgeBase kb) |
void |
FuzzyConcreteConcept.solveComplementAssertion(CreatedIndividual ind,
Degree lowerLimit,
KnowledgeBase kb)
Solves an assertion of the form (individual, complement of the concept, degree) with respect to a fuzzy KB.
|
Constructor and Description |
---|
RepresentativeIndividual(int type,
java.lang.String fName,
TriangularFuzzyNumber f,
CreatedIndividual ind)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Variable |
MILPHelper.getVariable(CreatedIndividual ind)
Gets a variable taking the value of a concrete individual.
|
Variable |
MILPHelper.getVariable(CreatedIndividual ind,
char bound)
Gets a variable taking the value of a concrete individual.
|