Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.

Multi-class Extensions

qiskit.aqua.components.multiclass_extensions

A multiclass extension allows Aqua’s binary classifier algorithms, such as QSVM and SklearnSVM to handle more than two classes and do multiclass classification.

The multiclass extensions use different techniques to perform multiclass classification using the underlying binary classifier.

Multiclass Extension Base Class

MulticlassExtensionBase class for multiclass extension.

Multiclass Extensions

AllPairsThe All-Pairs multiclass extension.
OneAgainstRestThe One Against Rest multiclass extension.
ErrorCorrectingCodeThe Error Correcting Code multiclass extension.
Was this page helpful?
Report a bug or request content on GitHub.