Initializes a new instance of the Clause class.

Namespace:  AForge.Fuzzy
Assembly:  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

ExceptionCondition
System.Collections.Generic..::.KeyNotFoundExceptionThe label indicated was not found in the linguistic variable.

See Also