ECOCPAK v0.9
|
Go to the source code of this file.
Functions | |
void | ecocpak::sigmoid_training (double &A, double &B, const vec f, const u32 n_pos, const u32 n_neg) |
u32 | probabilistic_decoding (const vector< Classifier * > &classifiers_vector, const vector< ClassData > &classes_vector, const imat &coding_matrix, const mat &test_samples, const ucolvec &test_set_labels, uvec &predictions, umat &confussion) |