Click or drag to resize
Accord.NET (logo)

PiecewiseLinearFunction Constructor

Initializes a new instance of the PiecewiseLinearFunction class.

Namespace:  Accord.Fuzzy
Assembly:  Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax
protected PiecewiseLinearFunction()
Request Example View Source
Remarks

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

See Also