Click or drag to resize
Accord.NET (logo)

BinaryScoreClassifierBaseTInputToMultilabel Method

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

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

Return Value

Type: IMultilabelScoreClassifierTInput
This instance seen as an IMultilabelScoreClassifierTInput.

Implements

IMulticlassScoreClassifierTInputToMultilabel
See Also