Click or drag to resize
Accord.NET (logo)

DiscretizationTInput, TOutputOptionsDecide Method (TInput)

Computes a class-label decision for a given input.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public TOutput Decide(
	TInput input
)
Request Example View Source

Parameters

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

Return Value

Type: TOutput
A class-label that best described input according to this classifier.
See Also