Initializes a new instance of the PiecewiseLinearFunction class.

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

Syntax

C#
protected PiecewiseLinearFunction()

Remarks

This constructor must be used only by inherited classes to create the points vector after the instantiation.

See Also