Click or drag to resize
Accord.NET (logo)

DecisionTree. Compute Method (Int32[] [] )

Note: This API is now obsolete.

Deprecated. Please use the Decide() method instead.

Namespace:  Accord.MachineLearning.DecisionTrees
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use the Decide() method instead.")]
public int[] Compute(
	int[][] input
)
Request Example View Source

Parameters

input
Type:System.Int32[][]

Return Value

Type:Int32[]
See Also