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

Class MinimumNorm

  • All Implemented Interfaces:
    INorm


    public class MinimumNorm
    extends java.lang.Object
    implements INorm
    Minimum Norm, used to calculate the linguistic value of a AND operation.
    • Constructor Summary

      Constructors 
      Constructor and Description
      MinimumNorm() 
    • 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 Norm (AND) 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

      • MinimumNorm

        public MinimumNorm()
    • Method Detail

      • Evaluate

        public float Evaluate(float membershipA,
                              float membershipB)
        Description copied from interface: INorm
        Calculates the numerical result of a Norm (AND) operation applied to two fuzzy membership values.
        Specified by:
        Evaluate in interface INorm
        Parameters:
        membershipA - A fuzzy membership value, [0..1].
        membershipB - A fuzzy membership value, [0..1].
        Returns:
        The numerical result the operation AND applied to and .

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.