|
FuzzySet Constructor
|
Initializes a new instance of the
FuzzySet class.
Namespace:
Accord.Fuzzy
Assembly:
Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax public FuzzySet(
string name,
IMembershipFunction function
)
Public Sub New (
name As String,
function As IMembershipFunction
)
Request Example
View SourceParameters
- name
- Type: SystemString
Name of the fuzzy set. - function
- Type: Accord.FuzzyIMembershipFunction
Membership function that will define the shape of the fuzzy set.
See Also