GEMDAT-repos / GEMDAT

Python toolkit for molecular dynamics analysis
https://gemdat.readthedocs.io
Apache License 2.0
21 stars 3 forks source link

Investigate if DBSCAN or OPTICS is useful for finding sites #125

Closed stefsmeets closed 1 year ago

stefsmeets commented 1 year ago

Might be worth trying DBSCAN or OPTICS for the clustering approach. This can be an alternative for finding sites over the segmentation based approach we have at the moment.

One thing that might be tricky are how to deal with the boundary conditions.

stefsmeets commented 1 year ago

I had a look at this today and found several bottlenecks:

Opportunities:

stefsmeets commented 1 year ago

I'm going to close this in favour of volume/segmentation based approaches.