Package | Description |
---|---|
jfml.jaxb |
Methods for bindings the FML schema definition to java objects
|
jfml.rulebase |
Classes for representing collections of fuzzy rules to model a system behavior (Mamdani, Tsukamoto, TSK and AnYa).
|
Modifier and Type | Method and Description |
---|---|
FuzzySystemRuleBase |
FuzzySystemType.getRuleBase(int index)
Gets the FuzzySystemRuleBase from the list of RuleBase by the parameter index
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<FuzzySystemRuleBase> |
FuzzySystemType.getAllRuleBase()
Gets an array with all the rule bases
|
Modifier and Type | Method and Description |
---|---|
void |
FuzzySystemType.addRuleBase(FuzzySystemRuleBase r)
Adds a new RuleBase to the fuzzySystem
|
Modifier and Type | Class and Description |
---|---|
class |
AnYaRuleBaseType
Java class for anYaRuleBaseType complex type.
|
class |
MamdaniRuleBaseType
Java class for representing Mamdani rule base fuzzy systems
|
class |
RuleBaseType
Java class for ruleBaseType complex type.
|
class |
TskRuleBaseType
Java class for tskRuleBaseType complex type.
|
class |
TsukamotoRuleBaseType
Java class for implementing Tsukamoto rule base fuzzy systems
|