Documentation of 'Catalano.Fuzzy.Clause' Java class
Clause
Catalano.Fuzzy

Class Clause



  • public class Clause
    extends java.lang.Object
    This class represents a fuzzy clause, a linguistic expression of the type "Variable IS Value".
    • Constructor Detail

      • Clause

        public Clause(LinguisticVariable variable,
                      FuzzySet label)
        Initializes a new instance of the class.
        Parameters:
        variable - Linguistic variable of the clause.
        label - Label of the linguistic variable, a fuzzy set used as label into the linguistic variable.
    • Method Detail

      • getVariable

        public LinguisticVariable getVariable()
        Gets the of the .
        Returns:
        LinguisticVariable.
      • getLabel

        public FuzzySet getLabel()
        Gets the of the .
        Returns:
        FuzzySet.
      • Evaluate

        public float Evaluate()
        Evaluates the fuzzy clause.
        Returns:
        Degree of membership [0..1] of the clause.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.