|
ECOCPAK v0.9
|
Functions | |
| imat | ecocpak::permvec (const ivec &A) |
| Creates permutation vectors of input binary vector. | |
| void | ecocpak::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. | |
| 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. | |
| void ecocpak::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.
| 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.
| imat ecocpak::permvec | ( | const ivec & | A | ) |
Creates permutation vectors of input binary vector.
1.7.4