12 #ifndef MLPACK_METHODS_SVDWRAPPER_HPP 13 #define MLPACK_METHODS_SVDWRAPPER_HPP 39 template<
class Factorizer = DummyClass>
45 : factorizer(factorizer) {};
58 double Apply(
const arma::mat& V,
72 double Apply(
const arma::mat& V,
86 #include "svd_wrapper_impl.hpp" SVDWrapper< DummyClass > ArmaSVDFactorizer
add simple typedefs
SVDWrapper(const Factorizer &factorizer=Factorizer())
Linear algebra utility functions, generally performed on matrices or vectors.
The core includes that mlpack expects; standard C++ includes and Armadillo.
This class acts as a dummy class for passing as template parameter.
This class acts as the wrapper for all SVD factorizers which are incompatible with CF module...
Factorizer factorizer
svd factorizer