|
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
)
Public Sub AddRange (
children As IEnumerable(Of DecisionNode)
)
Request Example
View SourceParameters
- children
- Type: System.Collections.GenericIEnumerableDecisionNode
The child nodes to be added.
See Also