Skip to content
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

WIP: PCCA+ #34

Closed
wants to merge 3 commits into from
Closed

WIP: PCCA+ #34

wants to merge 3 commits into from

Conversation

axsk
Copy link

@axsk axsk commented Dec 31, 2014

Hey,
this is an implementation of Robust Perron Cluster Cluster Analysis (PCCA+),
an algorithm clustering metastable conformations in Markov Chains,
and before writing further tests and docs I wanted to ask how high my chances are getting this added to Clustering.jl.

I am also working on an module for spatial timeseries clustering (using PCCA+), but I guess this is too specific to be added here?

Best regards
axsk

@johnmyleswhite
Copy link
Member

This looks like a really nice implementation.

That said, I'm a little hesitant to add a dependency on Optim to this package. Maybe we can start off with PCCA in a separate package and pull it in later on?

@axsk
Copy link
Author

axsk commented Jan 26, 2015

Ok, I will put it to a seperate package.

Actually the algorithm computes a (in some cases sufficient) start-clustering and then optimizes from there on, so the I could make the whole Optim part optional.
But I couldn't find out yet how to handle optional dependencies in Julia.

@alyst alyst added the feature label Feb 29, 2020
@axsk
Copy link
Author

axsk commented Nov 2, 2023

Closed in favor of the PCCAPlus.jl package

@axsk axsk closed this Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants