CVBpy 14.0
ClassificationType Class Reference

Determine the classification type to be carried out. More...

Inherits object.

Static Public Attributes

int OneVersusAll = 1
 Quick classification, that tests versus all classes simultaneously (but potentially at the cost of result quality, especially if many classes are involved).
 
int OneVersusOne = 2
 Thorough classification, that tests all possible pairs of classes (which yields potentially better results, if many classes are involved, but takes significantly longer than the cvb.polimago.OneVersusAll approach).
 

Detailed Description

Determine the classification type to be carried out.