Ignore:
Timestamp:
02/08/21 17:07:11 (3 years ago)
Author:
oriona
Message:

Weighted MDS and switching off the alignment fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/similarity/measure-mds-based.cpp

    r1048 r1071  
    156156                for (int i = 0; i < nSize; i++)
    157157                {
    158                         if (wMDS == 1)
     158                        if (wMDS == 1 && models[iMod]->getPartCount()>1)
    159159                                weights[i] = 0;
    160160                        else
Note: See TracChangeset for help on using the changeset viewer.