pygpcca.GPCCA.macrostate_sets

property GPCCA.macrostate_sets: Optional[List[numpy.ndarray]]

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!

Return type

Optional[List[ndarray]]

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).