Click or drag to resize
Accord.NET (logo)

Clause Constructor

Initializes a new instance of the Clause class.

Namespace:  Accord.Fuzzy
Assembly:  Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax
public Clause(
	LinguisticVariable variable,
	FuzzySet label
)
Request Example View Source

Parameters

variable
Type: Accord.FuzzyLinguisticVariable
Linguistic variable of the clause.
label
Type: Accord.FuzzyFuzzySet
Label of the linguistic variable, a fuzzy set used as label into the linguistic variable.
Exceptions
ExceptionCondition
KeyNotFoundExceptionThe label indicated was not found in the linguistic variable.
See Also