Click or drag to resize
Accord.NET (logo)

DecisionRuleAntecedents Property

Gets the Antecedent expressions that must be fulfilled in order for this rule to be applicable.

Namespace:  Accord.MachineLearning.DecisionTrees.Rules
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public IList<Antecedent> Antecedents { get; }
Request Example View Source

Property Value

Type: IListAntecedent
See Also