mlpack 3.4.2
Public Member Functions | List of all members
MVU Class Reference

The MVU class is meant to provide a good abstraction for users. More...

#include <mvu.hpp>

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.

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: