-
Notifications
You must be signed in to change notification settings - Fork 67
Faster Hierarchical Agglomerative clustering, output clustering metrics to Data Sets #939
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
in succession using the same seed I hope
have them calculated at the end of the run instead of just when info happens. This way they can eventually be put into datasets.
cluster min distance by keeping track of closest cluster to each cluster and updating as needed.
…/pSF/SSRSST DataSet output.
Pytraj failure is because I added 3 new data sets during clustering, causing the offset used by pytraj to access cluster data to be invalid: @hainm is there any reason why we're using |
For the record: Amber-MD/pytraj#1598 (comment) |
Version 6.2.3.
This PR contains the following improvements.