ECOCPAK v0.9
|
Go to the source code of this file.
Functions | |
imat | ecocpak::permvec (const ivec &A) |
Creates permutation vectors of input binary vector. | |
void | append_tree (const vector< ClassData > &classes_vector, const ivec &root, const int criterion_option, const int classifiers_type, imat &M, vector< Classifier * > &classifiers_vector) |
Appends tree structure to coding matrix M. | |
u32 | ecocpak::forest_ecoc (const mat &training_samples, const icolvec &training_labels, const mat &testing_samples, const icolvec &testing_labels, const int decoding_strategy, const int classifiers_type, const int criterion_option, const u32 n_forests, const bool verbose, ofstream &verbose_output, double &elapsed_time) |
Forest ECOC training and testing procedure. |