|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FuzzyRuleSet | |
---|---|
net.sourceforge.jFuzzyLogic | |
net.sourceforge.jFuzzyLogic.rule | |
net.sourceforge.jFuzzyLogic.test |
Uses of FuzzyRuleSet in net.sourceforge.jFuzzyLogic |
---|
Fields in net.sourceforge.jFuzzyLogic with type parameters of type FuzzyRuleSet | |
---|---|
(package private) java.util.HashMap<java.lang.String,FuzzyRuleSet> |
FIS.ruleSets
Several ruleSets indexed by name - Each 'RuleSet' contains 'Variables' and 'FuzzyRules'. |
Methods in net.sourceforge.jFuzzyLogic that return FuzzyRuleSet | |
---|---|
FuzzyRuleSet |
FIS.getFuzzyRuleSet()
Get a fuzzy rule set (first I can find, if there are more that one) |
FuzzyRuleSet |
FIS.getFuzzyRuleSet(java.lang.String ruleSetName)
Get a fuzzy rule set |
Methods in net.sourceforge.jFuzzyLogic with parameters of type FuzzyRuleSet | |
---|---|
FIS |
FIS.addFuzzyRuleSet(java.lang.String ruleSetName,
FuzzyRuleSet ruleSet)
Add a new ruleset |
Uses of FuzzyRuleSet in net.sourceforge.jFuzzyLogic.rule |
---|
Methods in net.sourceforge.jFuzzyLogic.rule that return FuzzyRuleSet | |
---|---|
FuzzyRuleSet |
FuzzyRuleSet.add(FuzzyRule fuzzyRule)
Add a rule to this ruleSet |
FuzzyRuleSet |
FuzzyRuleSet.setVariable(java.lang.String variableName,
double value)
Set a variable |
Uses of FuzzyRuleSet in net.sourceforge.jFuzzyLogic.test |
---|
Methods in net.sourceforge.jFuzzyLogic.test with parameters of type FuzzyRuleSet | |
---|---|
double |
ErrorFunctionQualify.evaluate(FuzzyRuleSet fuzzyRuleSet)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |