Click or drag to resize
Accord.NET (logo)

DiscretizationTInput, TOutputOptionsDecide Method (TInput, TOutput)

Computes class-label decisions for each vector in the given input.

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

Parameters

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

Return Value

Type: TOutput
The class-labels that best describe each input vectors according to this classifier.
See Also