|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FuzzyRuleTerm | |
---|---|
net.sourceforge.jFuzzyLogic.rule | |
net.sourceforge.jFuzzyLogic.ruleImplication |
Uses of FuzzyRuleTerm in net.sourceforge.jFuzzyLogic.rule |
---|
Fields in net.sourceforge.jFuzzyLogic.rule with type parameters of type FuzzyRuleTerm | |
---|---|
(package private) java.util.LinkedList<FuzzyRuleTerm> |
FuzzyRule.consequents
Rule consequent ('then' part) |
Methods in net.sourceforge.jFuzzyLogic.rule that return types with arguments of type FuzzyRuleTerm | |
---|---|
java.util.LinkedList<FuzzyRuleTerm> |
FuzzyRule.getConsequents()
|
Methods in net.sourceforge.jFuzzyLogic.rule with parameters of type FuzzyRuleTerm | |
---|---|
void |
FuzzyRuleExpression.add(FuzzyRuleTerm fuzzyRuleTerm)
Add a new term (using default AND method) |
Method parameters in net.sourceforge.jFuzzyLogic.rule with type arguments of type FuzzyRuleTerm | |
---|---|
void |
FuzzyRule.setConsequents(java.util.LinkedList<FuzzyRuleTerm> consequents)
|
Uses of FuzzyRuleTerm in net.sourceforge.jFuzzyLogic.ruleImplication |
---|
Methods in net.sourceforge.jFuzzyLogic.ruleImplication with parameters of type FuzzyRuleTerm | |
---|---|
void |
RuleImplicationMethod.imply(FuzzyRuleTerm fuzzyRuleTerm,
double degreeOfSupport)
Inference method Add membershipfunction to deffuzifier (using 'min' as inference) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |