The MVU class is meant to provide a good abstraction for users.
More...
|
| MVU (const arma::mat &dataIn) |
|
void | Unfold (const size_t newDim, const size_t numNeighbors, arma::mat &outputCoordinates) |
|
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 32 of file mvu.hpp.
mlpack::mvu::MVU::MVU |
( |
const arma::mat & |
dataIn | ) |
|
void mlpack::mvu::MVU::Unfold |
( |
const size_t |
newDim, |
|
|
const size_t |
numNeighbors, |
|
|
arma::mat & |
outputCoordinates |
|
) |
| |
const arma::mat& mlpack::mvu::MVU::data |
|
private |
The documentation for this class was generated from the following file: