Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

kmeans minRMSD bug #814

Closed
thempel opened this issue May 30, 2016 · 1 comment
Closed

kmeans minRMSD bug #814

thempel opened this issue May 30, 2016 · 1 comment

Comments

@thempel
Copy link
Member

thempel commented May 30, 2016

There seems to be a bug in the kmeans clustering algorithm if used with minRMSD metric. What happens is that the ipython kernel dies without an error message. This problem occurred first with an aligned MD trajectory but can be reproduced with the following minimal example.

import numpy as np
import pyemma.coordinates as coor
test_data = np.random.rand(500, 3)
test_clustering = coor.cluster_kmeans(test_data, 10, metric='minRMSD')

@marscher
Copy link
Member

marscher commented May 30, 2016 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants