|
DecisionSetAddRange Method
|
Namespace:
Accord.MachineLearning.DecisionTrees.Rules
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public void AddRange(
IEnumerable<DecisionRule> items
)
Public Sub AddRange (
items As IEnumerable(Of DecisionRule)
)
Request Example
View SourceParameters
- items
- Type: System.Collections.GenericIEnumerableDecisionRule
The collection of DecisionRules to be added.
See Also