Click or drag to resize
Accord.NET (logo)

IMulticlassLikelihoodClassifierTInputDecide Method (TInput)

Computes class-label decisions for each vector in the 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 vectors that should be classified into one of the NumberOfOutputs possible classes.

Return Value

Type: Int32
The class-labels that best describe each input vectors according to this classifier.

Implements

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