|   | 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
Syntaxpublic FuzzySet(
	string name,
	IMembershipFunction function
)
Public Sub New ( 
	name As String,
	function As IMembershipFunction
)
Parameters
- 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
See Also