16 #ifndef __MLPACK_METHODS_SPARSE_CODING_NOTHING_INITIALIZER_HPP
17 #define __MLPACK_METHODS_SPARSE_CODING_NOTHING_INITIALIZER_HPP
22 namespace sparse_coding {
Linear algebra utility functions, generally performed on matrices or vectors.
A DictionaryInitializer for SparseCoding which does not initialize anything; it is useful for when th...
static void Initialize(const arma::mat &, const size_t, arma::mat &)
This function does not initialize the dictionary.
Include all of the base components required to write MLPACK methods, and the main MLPACK Doxygen docu...