Click or drag to resize
Accord.NET (logo)

AssociationRuleMatcherTDecide Method (T)

Computes a class-label decision for a given input.

Namespace:  Accord.MachineLearning.Rules
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public T[][] 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: T
A class-label that best described input according to this classifier.
See Also