mlpack::mvu::MVU Class Reference
The MVU class is meant to provide a good abstraction for users. More...
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 40 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_t | newDim, | |
| const size_t | numNeighbors, | |||
| arma::mat & | outputCoordinates | |||
| ) |
Member Data Documentation
const arma::mat& mlpack::mvu::MVU::data [private] |
The documentation for this class was generated from the following file:
- src/mlpack/methods/mvu/mvu.hpp
Generated on Thu May 2 2013 01:04:30 for mlpack by
1.7.1
