ECOCPAK v0.9
|
Go to the source code of this file.
Functions | |
imat | ecocpak::create_sparse_matrix_from_rand (const double *random_matrix, const u32 n_rows, const u32 n_cols) |
bool | ecocpak::identical_columns_sparse (const imat &coding_matrix) |
imat | ecocpak::create_sparse_random_matrix (const u32 n_classes, const u32 n_classifiers, const u32 n_matrices) |
u32 | ecocpak::sparse_random_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 u32 n_matrices, const u32 n_desired_classifiers, const bool verbose, ofstream &verbose_output, double &execution_time) |