Click or drag to resize
Accord.NET (logo)

IMulticlassClassifierTInputToMultilabel Method

Views this instance as a multi-label classifier, giving access to more advanced methods, such as the prediction of one-hot vectors.

Namespace:  Accord.MachineLearning
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
IMultilabelClassifier<TInput> ToMultilabel()
Request Example View Source

Return Value

Type: IMultilabelClassifierTInput
This instance seen as an IMultilabelLikelihoodClassifierTInput.
See Also