|
DiscretizationTInput, TOutputOptionsDecide Method (TInput)
|
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
Syntaxpublic TOutput[] Decide(
TInput[] input
)
Public Function Decide (
input As TInput()
) As TOutput()
Request Example
View SourceParameters
- input
- Type: TInput
The input vectors that should be classified into
one of the NumberOfOutputs possible classes.
Return Value
Type:
TOutputThe class-labels that best describe each
input
vectors according to this classifier.
See Also