SYNOPSIS
Public Member Functions
MVU (const arma::mat &dataIn)
void Unfold (const size_t newDim, const size_t numNeighbors, arma::mat &outputCoordinates)
Private Attributes
const arma::mat & data
Detailed Description
The MVU class is meant to provide a good abstraction for users.
The dataset needs to be provided, as well as several parameters.
- dataset
- new dimensionality
Definition at line 42 of file mvu.hpp.
Constructor & Destructor Documentation
mlpack::mvu::MVU::MVU (const arma::mat &dataIn)
Member Function Documentation
void mlpack::mvu::MVU::Unfold (const size_tnewDim, const size_tnumNeighbors, arma::mat &outputCoordinates)
Member Data Documentation
const arma::mat& mlpack::mvu::MVU::data [private]
Definition at line 52 of file mvu.hpp.
Author
Generated automatically by Doxygen for MLPACK from the source code.