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

Class ProductNorm

  • All Implemented Interfaces:
    INorm


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

      Constructors 
      Constructor and Description
      ProductNorm() 
    • 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

      • ProductNorm

        public ProductNorm()
    • 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.