ECOCPAK v0.9
|
Go to the source code of this file.
Functions | |
u32 | linear_loss_weighted_decoding (const vector< Classifier * > &classifiers_vector, const vector< ClassData > &classes_vector, const imat &ecoc_matrix, const mat &test_set_samples, const uvec &test_set_labels, uvec &results, umat &confussion) |
u32 | exponential_loss_weighted_decoding (const vector< Classifier * > &classifiers_vector, const vector< ClassData > &classes_vector, const imat &ecoc_matrix, const mat &test_set_samples, const uvec &test_set_labels, uvec &results, umat &confussion) |