Relation

OVO (One-Versus-One)

Combine the two or two categories of data in K categories, and then use the combined data to train a model to generate 𝐾(𝐾−1)/2 classifier models, merge the results of these classifiers, and classify The prediction result of the device uses majority voting to output the final prediction result value

0

1

Updated 2021-09-25

Tags

Data Science