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

Class MaximumCoNorm

  • All Implemented Interfaces:
    ICoNorm


    public class MaximumCoNorm
    extends java.lang.Object
    implements ICoNorm
    Maximum CoNorm, used to calculate the linguistic value of a OR operation.
    • Constructor Summary

      Constructors 
      Constructor and Description
      MaximumCoNorm() 
    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MaximumCoNorm

        public MaximumCoNorm()
    • Method Detail

      • Evaluate

        public float Evaluate(float membershipA,
                              float membershipB)
        Description copied from interface: ICoNorm
        Calculates the numerical result of a CoNorm (OR) operation applied to two fuzzy membership values.
        Specified by:
        Evaluate in interface ICoNorm
        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.