Catalano.Fuzzy
Class NotOperator
- java.lang.Object
-
- Catalano.Fuzzy.NotOperator
-
- All Implemented Interfaces:
- IUnaryOperator
public class NotOperator extends java.lang.Object implements IUnaryOperator
NOT operator, used to calculate the complement of a fuzzy set.
-
-
Constructor Summary
Constructors Constructor and Description NotOperator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description floatEvaluate(float membership)Calculates the numerical result of a Unary operation applied to one fuzzy membership value.
-
-
-
Method Detail
-
Evaluate
public float Evaluate(float membership)
Description copied from interface:IUnaryOperatorCalculates the numerical result of a Unary operation applied to one fuzzy membership value.- Specified by:
Evaluatein interfaceIUnaryOperator- Parameters:
membership- A fuzzy membership value, [0..1].- Returns:
- The numerical result of the operation applied to
.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG