mlpack  master
Public Member Functions | Private Attributes | List of all members
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.

Definition at line 32 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

Definition at line 42 of file mvu.hpp.


The documentation for this class was generated from the following file: