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

Interface ICoNorm

  • All Known Implementing Classes:
    MaximumCoNorm


    public interface ICoNorm
    Interface with the common methods of a Fuzzy CoNorm.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      float Evaluate(float membershipA, float membershipB)
      Calculates the numerical result of a CoNorm (OR) operation applied to two fuzzy membership values.
    • Method Detail

      • Evaluate

        float Evaluate(float membershipA,
                       float membershipB)
        Calculates the numerical result of a CoNorm (OR) operation applied to two fuzzy membership values.
        Parameters:
        membershipA - A fuzzy membership value, [0..1].
        membershipB - A fuzzy membership value, [0..1].
        Returns:
        The numerical result the operation OR applied to and .

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.