Interface with the common methods of a Fuzzy Norm.

Namespace:  AForge.Fuzzy
Assembly:  AForge.Fuzzy (in AForge.Fuzzy.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
public interface INorm

Remarks

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

See Also