Determine the classification type to be carried out.
More...
Inherits object.
|
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).
|
|
Determine the classification type to be carried out.