msmbuilder.clustering.Hierarchical.load_from_disk

classmethod Hierarchical.load_from_disk(filename)[source]

Load up a clusterer from disk

This is useful because computing the Z-matrix (done in __init__) is the most expensive part, and assigning is cheap

Parameters:

filename : str

location to save to

Raises:

TODO: Probablt raises something if filename doesn’t exist? :