Initializes a new instance of the FuzzySet class.
Namespace:
AForge.FuzzyAssembly: AForge.Fuzzy (in AForge.Fuzzy.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
public FuzzySet( string name, IMembershipFunction function ) |
Parameters
- name
- Type: System..::.String
Name of the fuzzy set.
- function
- Type: AForge.Fuzzy..::.IMembershipFunction
Membership function that will define the shape of the fuzzy set.