One-vs-One SVC

GPTKB entity

Statements (18)
Predicate Object
gptkbp:instanceOf gptkb:model
classification method
gptkbp:alternativeTo gptkb:One-vs-Rest_SVC
gptkbp:basedOn support vector machine
gptkbp:category supervised learning
https://www.w3.org/2000/01/rdf-schema#label One-vs-One SVC
gptkbp:implementedIn gptkb:scikit-learn
gptkbp:input feature vector
gptkbp:numberOfClassifiers n_classes * (n_classes - 1) / 2
gptkbp:output predicted class label
gptkbp:requires labeled data
gptkbp:strategy pairwise classification
gptkbp:usedFor pattern recognition
image classification
text classification
gptkbp:usedIn multi-class classification
gptkbp:bfsParent gptkb:Support_Vector_Classification
gptkbp:bfsLayer 7