|
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
)
<ObsoleteAttribute("Please use the Decide() method instead.")>
Public Function Compute (
input As Double(),
subtree As DecisionNode
) As Integer
Request Example
View SourceParameters
- input
- Type: SystemDouble
- subtree
- Type: Accord.MachineLearning.DecisionTreesDecisionNode
Return Value
Type:
Int32See Also