You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Partially resolved with Ross, but M-S still contains erroneous results.
Debug code added to NNMSComplex.h that prints min/max for each sample as partitions are consolidated.
Actual errors have been identified and we can investigate this using nano-500 dataset.
More details forthcoming, though we could dive into this immediately since debug code reveals errors.
This is the underlying reason display of extrema (#114) is still incorrect and therefore disabled, but even non-extrema samples are incorrect.
The text was updated successfully, but these errors were encountered:
Screenshots showing dreaded "Sample 28", including Hamming distance matrix 2d embedding clearly indicating how far from everything else this sample is. It was explicitly removed and other samples came out showing the same issue for different reasons.
Current dataproc branch prints M-S computation debug info after each mergePersistence call. Results match drawer.
The debugging output in NNMSComplex::mergePersistence is currently enabled at line 222 of NNMSComplex.h.
Line 652 prints the same information at the end of NNMSComplex::runMS() just before the first mergePersistence(0) call and can be used to verify the results of the first merge are identical to the input data.
Partially resolved with Ross, but M-S still contains erroneous results.
Debug code added to NNMSComplex.h that prints min/max for each sample as partitions are consolidated.
Actual errors have been identified and we can investigate this using nano-500 dataset.
More details forthcoming, though we could dive into this immediately since debug code reveals errors.
This is the underlying reason display of extrema (#114) is still incorrect and therefore disabled, but even non-extrema samples are incorrect.
The text was updated successfully, but these errors were encountered: