Click or drag to resize
Accord.NET (logo)

DecisionBranchNodeCollectionAddRange Method

Adds the elements of the specified collection to the end of the collection.

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

Parameters

children
Type: System.Collections.GenericIEnumerableDecisionNode
The child nodes to be added.
See Also