Click or drag to resize
Accord.NET (logo)

TaggerBaseTInputDecide Method (TInput)

Computes class-label decisions for the given input.

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

Parameters

input
Type: TInput
The input vectors that should be classified as any of the NumberOfOutputs possible classes.

Return Value

Type: Int32
A set of class-labels that best describe the input vectors according to this classifier.

Implements

IClassifierTInput, TClassesDecide(TInput)
See Also