ECOCPAK v0.9
Functions
fn_dense_random_ecoc.hpp File Reference

Go to the source code of this file.

Functions

imat ecocpak::create_dense_matrix_from_rand (const double *random_matrix, const u32 n_rows, const u32 n_cols)
bool ecocpak::identical_columns_dense (const imat &coding_matrix)
imat ecocpak::create_dense_random_matrix (const u32 n_classes, const u32 n_classifiers, const u32 n_matrices)
u32 ecocpak::dense_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)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerator Defines