Click or drag to resize
Accord.NET (logo)

LinguisticVariable Constructor

Initializes a new instance of the LinguisticVariable class.

Namespace:  Accord.Fuzzy
Assembly:  Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax
public LinguisticVariable(
	string name,
	float start,
	float end
)
Request Example View Source

Parameters

name
Type: SystemString
Name of the linguistic variable.
start
Type: SystemSingle
Left limit of the valid variable range.
end
Type: SystemSingle
Right limit of the valid variable range.
See Also