|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.jFuzzyLogic.ruleImplication.RuleImplicationMethod net.sourceforge.jFuzzyLogic.ruleImplication.RuleImplicationMethodMin
public class RuleImplicationMethodMin
Rule inference method : Minimum Base abstract class
Field Summary |
---|
Fields inherited from class net.sourceforge.jFuzzyLogic.ruleImplication.RuleImplicationMethod |
---|
name |
Constructor Summary | |
---|---|
RuleImplicationMethodMin()
|
Method Summary | |
---|---|
double |
imply(double degreeOfSupport,
double membership)
Implication sub method used for inference (see imply method) |
java.lang.String |
toStringFCL()
Printable FCL version |
Methods inherited from class net.sourceforge.jFuzzyLogic.ruleImplication.RuleImplicationMethod |
---|
getName, imply, setName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RuleImplicationMethodMin()
Method Detail |
---|
public double imply(double degreeOfSupport, double membership)
RuleImplicationMethod
imply
in class RuleImplicationMethod
degreeOfSupport
- : degree of support for this pointmembership
- : membership for this point
public java.lang.String toStringFCL()
toStringFCL
in class RuleImplicationMethod
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |