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)
 

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 32 of file mvu.hpp.

Constructor & Destructor Documentation

◆ MVU()

MVU ( const arma::mat &  dataIn)

Member Function Documentation

◆ Unfold()

void Unfold ( const size_t  newDim,
const size_t  numNeighbors,
arma::mat &  outputCoordinates 
)

The documentation for this class was generated from the following file:
  • /home/ryan/src/mlpack.org/_src/mlpack-git/src/mlpack/methods/mvu/mvu.hpp