net.sourceforge.jFuzzyLogic.ruleImplication
Class RuleImplicationMethodMin

java.lang.Object
  extended by net.sourceforge.jFuzzyLogic.ruleImplication.RuleImplicationMethod
      extended by net.sourceforge.jFuzzyLogic.ruleImplication.RuleImplicationMethodMin

public class RuleImplicationMethodMin
extends RuleImplicationMethod

Rule inference method : Minimum Base abstract class

Author:
pcingola@users.sourceforge.net

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

RuleImplicationMethodMin

public RuleImplicationMethodMin()
Method Detail

imply

public double imply(double degreeOfSupport,
                    double membership)
Description copied from class: RuleImplicationMethod
Implication sub method used for inference (see imply method)

Specified by:
imply in class RuleImplicationMethod
Parameters:
degreeOfSupport - : degree of support for this point
membership - : membership for this point
Returns:
implication

toStringFCL

public java.lang.String toStringFCL()
Printable FCL version

Specified by:
toStringFCL in class RuleImplicationMethod