Vespucci  1.0.0
denoise.h File Reference
#include "Global/libvespucci.h"
#include <mlpack/core.hpp>

Go to the source code of this file.

Namespaces

 Vespucci
 A namespace for "global" functions, including math functions.
 
 Vespucci::Math
 A namespace for math functions relating to linear least squares regression.
 
 Vespucci::Math::Smoothing
 

Functions

VESPUCCI_EXPORT arma::mat Vespucci::Math::Smoothing::SVDDenoise (const arma::mat &X, arma::uword k, arma::mat &U, arma::vec &s, arma::mat &V)
 
VESPUCCI_EXPORT arma::mat Vespucci::Math::Smoothing::QUICSVDDenoise (const arma::mat &X, double epsilon, arma::mat &U, arma::vec &s, arma::mat &V, arma::uword &rank)