#include <SMACOF.h>
|
| static double | calculateSigma (const Matrix< double > &Weights, const Matrix< double > &Distances, const Matrix< double > &InitialZ, Matrix< double > &dists) |
| |
| static void | run (const Matrix< double > &Weights, const Matrix< double > &Distances, const double &tol, const unsigned &maxloops, Matrix< double > &InitialZ) |
| |
◆ calculateSigma()
| double PLMD::dimred::SMACOF::calculateSigma |
( |
const Matrix< double > & | Weights, |
|
|
const Matrix< double > & | Distances, |
|
|
const Matrix< double > & | InitialZ, |
|
|
Matrix< double > & | dists ) |
|
static |
◆ run()
| void PLMD::dimred::SMACOF::run |
( |
const Matrix< double > & | Weights, |
|
|
const Matrix< double > & | Distances, |
|
|
const double & | tol, |
|
|
const unsigned & | maxloops, |
|
|
Matrix< double > & | InitialZ ) |
|
static |
The documentation for this class was generated from the following files: