void MDScaleMetric(TMtx *D, TMtx *Y, TVec *EigenValues, const int NumDim);
Classical multidimensional scaling.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | D | TMtx * | Distance matrix. |
| 2 | Y | TMtx * | Returns the coordinates of object in reduced space.> |
| 3 | EigenValues | TVec * | |
| 4 | NumDim | const int | Defines number of dimensions/variables to use in classical MD scaling algorithm. |
See Also: Statistics::MDScaleStress
Declared in Dew::Stats::Units::Statistics · Dew.Stats/Units.Statistics.h · Cross-compiler