Click or drag to resize
Accord.NET (logo)

DecisionVariableFromData Method (Int32)

Creates a set of decision variables from input data.

Namespace:  Accord.MachineLearning.DecisionTrees
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public static DecisionVariable[] FromData(
	int[][] inputs
)
Request Example View Source

Parameters

inputs
Type: SystemInt32
The input data.

Return Value

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