Clustering algorithms using stochastic analysis and ensemble techniques.
Contains functions for generating ensembles from data and calculating clusters over ensembles.
from_noise(vecs, noise_map, ensemble_size=100, show_progress=False)
given_ensemble(mats, clustering_method, show_progress=False)
random_clustering(mat, clustering_method, ensemble_size=100, show_progress=False)
smooth_block(block_mats, window=7, cutoff=0.5)