|
DecisionVariableCollection Constructor
|
Namespace:
Accord.MachineLearning.DecisionTrees
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public DecisionVariableCollection(
IList<DecisionVariable> list
)
Public Sub New (
list As IList(Of DecisionVariable)
)
Request Example
View SourceParameters
- list
- Type: System.Collections.GenericIListDecisionVariable
The list to initialize the collection.
See Also