Ignore:
Timestamp:
10/07/18 13:23:11 (6 years ago)
Author:
oriona
Message:

MDS procedure replaced with weighted MDS procedure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/similarity/SVD/matrix_tools.h

    r389 r817  
    1212{
    1313public:
    14         static void SVD(std::vector<double> &vdEigenvalues, int nSize, double *pDistances, Pt3D *&Coordinates);
     14        static void weightedMDS(std::vector<double> &vdEigenvalues, int nSize, double *pDistances, Pt3D *&Coordinates, double *weights);
    1515};
    1616
Note: See TracChangeset for help on using the changeset viewer.