Click or drag to resize
Accord.NET (logo)

DecisionVariableFromDictionary Method

Namespace:  Accord.MachineLearning.DecisionTrees
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public static DecisionVariable[] FromDictionary(
	OrderedDictionary<string, string[]> columns
)
Request Example View Source

Parameters

columns
Type: Accord.CollectionsOrderedDictionaryString, String
The ordered dictionary containing information about the variables.

Return Value

Type: DecisionVariable
An array of DecisionVariable objects initialized with the values from the codebook.
See Also