Click or drag to resize
Accord.NET (logo)

DecisionTreeCompute Method (Double, DecisionNode)

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(
	double[] input,
	DecisionNode subtree
)
Request Example View Source

Parameters

input
Type: SystemDouble
subtree
Type: Accord.MachineLearning.DecisionTreesDecisionNode

Return Value

Type: Int32
See Also