Changeset 1125 for cpp/frams/model/similarity
- Timestamp:
- 04/11/21 02:09:28 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/similarity/measure-distribution.cpp
r1121 r1125 72 72 int samples_taken = samples_num; 73 73 74 //Check if total number of point pairs is smaller than samples number (just to avoid the calculation of the same stats for the same pairs of Parts)74 //Check if total number of point pairs is smaller than samples number (just to avoid the calculation of the same stats for the same pairs of points). 75 75 //This optimization turned out to have a minor effect, only present for very high simil_samples_num, and was not perfect anyway: 76 76 //- samples are selected randomly so there are no guarantees that they will be repeated,
Note: See TracChangeset
for help on using the changeset viewer.