14 #ifndef MLPACK_METHODS_SPARSE_CODING_NOTHING_INITIALIZER_HPP 15 #define MLPACK_METHODS_SPARSE_CODING_NOTHING_INITIALIZER_HPP 20 namespace sparse_coding {
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: cv.hpp:1
A DictionaryInitializer for SparseCoding which does not initialize anything; it is useful for when th...
Definition: nothing_initializer.hpp:27
static void Initialize(const arma::mat &, const size_t, arma::mat &)
This function does not initialize the dictionary.
Definition: nothing_initializer.hpp:35
The core includes that mlpack expects; standard C++ includes and Armadillo.