Click or drag to resize
Accord.NET (logo)

DecisionSetAdd Method

Adds a new DecisionRule to the set.

Namespace:  Accord.MachineLearning.DecisionTrees.Rules
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public void Add(
	DecisionRule item
)
Request Example View Source

Parameters

item
Type: Accord.MachineLearning.DecisionTrees.RulesDecisionRule
The DecisionRule to be added.
See Also