Click or drag to resize
Accord.NET (logo)

INorm Interface

Interface with the common methods of a Fuzzy Norm.

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

The INorm type exposes the following members.

Methods
  NameDescription
Public methodEvaluate
Calculates the numerical result of a Norm (AND) operation applied to two fuzzy membership values.
Top
Remarks

All fuzzy operators that act as a Norm must implement this interface.

See Also