Interface which specifies set of methods required to be implemented by all membership functions.

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

Syntax

C#
public interface IMembershipFunction

Remarks

All membership functions must implement this interface, which is used by FuzzySet class to calculate value's membership to a particular fuzzy set.

See Also