Package | Description |
---|---|
jfml.defuzzifier |
Implementation of various defuzzification methods
|
jfml.jaxb |
Methods for bindings the FML schema definition to java objects
|
jfml.knowledgebase.variable |
The variables of the KnowledgeBase
|
Constructor and Description |
---|
DefuzzifierCenterOfArea(float domainleft,
float domainright,
java.util.List<FuzzyTermType> terms) |
DefuzzifierCenterOfGravity(float domainleft,
float domainright,
java.util.List<FuzzyTermType> terms) |
DefuzzifierContinuous(float domainleft,
float domainright,
java.util.List<FuzzyTermType> terms) |
DefuzzifierLeftMostMax(float domainleft,
float domainright,
java.util.List<FuzzyTermType> terms) |
DefuzzifierMeanMax(float domainleft,
float domainright,
java.util.List<FuzzyTermType> terms) |
DefuzzifierRightMostMax(float domainleft,
float domainright,
java.util.List<FuzzyTermType> terms) |
Modifier and Type | Method and Description |
---|---|
FuzzyTermType |
ObjectFactory.createFuzzyTermType()
Create an instance of
FuzzyTermType |
Modifier and Type | Method and Description |
---|---|
FuzzyTermType |
FuzzyVariableType.getFuzzyTerm(int i)
Returns the i-th FuzzyTerm
|
Modifier and Type | Method and Description |
---|---|
java.util.List<FuzzyTermType> |
FuzzyVariableType.getTerms()
Gets the value of the fuzzyTerm property.
|
Modifier and Type | Method and Description |
---|---|
void |
FuzzyVariableType.addFuzzyTerm(FuzzyTermType ft)
Add a FuzzyTermType
|