|
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
)
Public Shared Function FromData (
inputs As Integer()()
) As DecisionVariable()
Request Example
View SourceParameters
- inputs
- Type: SystemInt32
The input data.
Return Value
Type:
DecisionVariableAn array of
DecisionVariable objects
initialized with the values from the codebook.
See Also