Click or drag to resize
Accord.NET (logo)

ICoNorm Interface

Interface with the common methods of a Fuzzy CoNorm.

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

The ICoNorm type exposes the following members.

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

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

See Also