Click or drag to resize
Accord.NET (logo)

IBinaryLikelihoodClassifierTInputToMulticlassT Method

Views this instance as a multi-class generative classifier, giving access to more advanced methods, such as the prediction of integer labels.

Namespace:  Accord.MachineLearning
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
IMulticlassLikelihoodClassifier<TInput, T> ToMulticlass<T>()
Request Example View Source

Type Parameters

T

Return Value

Type: IMulticlassLikelihoodClassifierTInput, T
This instance seen as an IMulticlassLikelihoodClassifierTInput.

Implements

IMultilabelLikelihoodClassifierTInputToMulticlass
See Also