Click or drag to resize
Accord.NET (logo)

DecisionSetAddRange Method

Adds a collection of new DecisionRules to the set.

Namespace:  Accord.MachineLearning.DecisionTrees.Rules
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public void AddRange(
	IEnumerable<DecisionRule> items
)
Request Example View Source

Parameters

items
Type: System.Collections.GenericIEnumerableDecisionRule
The collection of DecisionRules to be added.
See Also