SYNOPSIS

Static Public Member Functions

static void Initialize (const arma::mat &, const size_t, arma::mat &)

This function does not initialize the dictionary.

Detailed Description

A DictionaryInitializer for SparseCoding which does not initialize anything; it is useful for when the dictionary is already known and will be set with SparseCoding::Dictionary().

Definition at line 37 of file nothing_initializer.hpp.

Member Function Documentation

static void mlpack::sparse_coding::NothingInitializer::Initialize (const arma::mat &, const size_t, arma::mat &)\fC [inline]\fP, \fC [static]\fP

This function does not initialize the dictionary. This will cause problems for SparseCoding if the dictionary is not set manually before running the method.

Definition at line 45 of file nothing_initializer.hpp.

Author

Generated automatically by Doxygen for MLPACK from the source code.