Click or drag to resize
Accord.NET (logo)

IUnaryOperator Interface

Interface with the common methods of Fuzzy Unary Operator.

Namespace:  Accord.Fuzzy
Assembly:  Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax
public interface IUnaryOperator
Request Example View Source

The IUnaryOperator type exposes the following members.

Methods
  NameDescription
Public methodEvaluate
Calculates the numerical result of a Unary operation applied to one fuzzy membership value.
Top
Remarks

All fuzzy operators that act as a Unary Operator (NOT, VERY, LITTLE) must implement this interface.

See Also