Click or drag to resize
Accord.NET (logo)

HiddenConditionalRandomFieldTDecide Method (T)

Computes a class-label decision for a given input.

Namespace:  Accord.Statistics.Models.Fields
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public override int Decide(
	T[] input
)
Request Example View Source

Parameters

input
Type: T
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)
See Also