Changeset 1071 for cpp/frams/model/similarity/measure-mds-based.cpp
- Timestamp:
- 02/08/21 17:07:11 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/similarity/measure-mds-based.cpp
r1048 r1071 156 156 for (int i = 0; i < nSize; i++) 157 157 { 158 if (wMDS == 1 )158 if (wMDS == 1 && models[iMod]->getPartCount()>1) 159 159 weights[i] = 0; 160 160 else
Note: See TracChangeset
for help on using the changeset viewer.