Click or drag to resize
Accord.NET (logo)

MulticlassClassifierBaseDecide Method (Single, Boolean)

Computes a class-label decision for a given input.

Namespace:  Accord.MachineLearning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public bool[][] Decide(
	float[][] input,
	bool[][] result
)
Request Example View Source

Parameters

input
Type: SystemSingle
The input vector that should be classified into one of the NumberOfOutputs possible classes.
result
Type: SystemBoolean
The location where to store the class-labels.

Return Value

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

Implements

IClassifierTInput, TClassesDecide(TInput, TClasses)
See Also