Initializes a new instance of the Clause class.
Namespace:
AForge.FuzzyAssembly: AForge.Fuzzy (in AForge.Fuzzy.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
C# |
---|
public Clause( LinguisticVariable variable, FuzzySet label ) |
Parameters
- variable
- Type: AForge.Fuzzy..::.LinguisticVariable
Linguistic variable of the clause.
- label
- Type: AForge.Fuzzy..::.FuzzySet
Label of the linguistic variable, a fuzzy set used as label into the linguistic variable.
Exceptions
Exception | Condition |
---|---|
System.Collections.Generic..::.KeyNotFoundException | The label indicated was not found in the linguistic variable. |