Click or drag to resize
Accord.NET (logo)

DecisionTreeDecide Method (Int32)

Computes the tree decision for a given input.

Namespace:  Accord.MachineLearning.DecisionTrees
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public override int Decide(
	int[] input
)
Request Example View Source

Parameters

input
Type: SystemInt32
The input data.

Return Value

Type: Int32
A predicted class for the given input.

Implements

IMulticlassClassifierTInputDecide(TInput)
IClassifierTInput, TClassesDecide(TInput)
See Also