|
LinguisticVariable Constructor
|
Namespace:
Accord.Fuzzy
Assembly:
Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax public LinguisticVariable(
string name,
float start,
float end
)
Public Sub New (
name As String,
start As Single,
end As Single
)
Request Example
View SourceParameters
- 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