pygpcca.GPCCA.macrostate_sets
- property GPCCA.macrostate_sets: List[ndarray[Any, dtype[Any]]] | None
Crisp clustering using G-PCCA.
This is recommended only for visualization purposes. You cannot compute any actual quantity of the coarse-grained kinetics without employing the fuzzy memberships!
- Returns:
A list of length equal to
n_m
.Each element is an array with microstate indexes contained in it.
References
The code and docstring of this property origins (with some adjustments) from MSMTools, Copyright (c) 2015, 2014 Computational Molecular Biology Group, Freie Universitaet Berlin (GER).