Click or drag to resize
Accord.NET (logo)

DecisionVariableCollection Constructor

Initializes a new instance of the DecisionVariableCollection class.

Namespace:  Accord.MachineLearning.DecisionTrees
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public DecisionVariableCollection(
	IList<DecisionVariable> list
)
Request Example View Source

Parameters

list
Type: System.Collections.GenericIListDecisionVariable
The list to initialize the collection.
See Also