gagolews / genieclust

Genie: Fast and Robust Hierarchical Clustering with Noise Point Detection - in Python and R
https://genieclust.gagolewski.com
Other
58 stars 10 forks source link

make DisjointSets and GiniDisjointSets serializable #18

Open gagolews opened 4 years ago

gagolews commented 4 years ago

implement the __setstate__(self, state) and __getstate__(self) methods.