Click or drag to resize
Accord.NET (logo)

WeakTModelDecide Method (Double)

Computes a class-label decision for a given input.

Namespace:  Accord.MachineLearning.Boosting.Learners
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public override bool Decide(
	double[] input
)
Request Example View Source

Parameters

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

Return Value

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

Implements

IClassifierTInput, TClassesDecide(TInput)
See Also