Click or drag to resize
Accord.NET (logo)

IMulticlassScoreClassifierTInputDecide Method (TInput)

Computes a class-label decision for a given input.

Namespace:  Accord.MachineLearning
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
int Decide(
	TInput input
)
Request Example View Source

Parameters

input
Type: TInput
The input vector that should be classified into one of the NumberOfOutputs possible classes.

Return Value

Type: Int32
A class-label that best described input according to this classifier.

Implements

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