flowstab.parallel_clustering

# # flow stability # # Copyright (C) 2021 Alexandre Bovet <alexandre.bovet@maths.ox.ac.uk> # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Lesser General Public License as published by the Free # Software Foundation; either version 3 of the License, or (at your option) any # later version. # # This program is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # details. # # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>.

Attributes

var_dict

Functions

compute_parallel_clustering(clustering[, num_repeat, ...])

compute_parallel_nvi(list_of_cluster_lists, N[, ...])

n_random_seeds(n)

Module Contents

flowstab.parallel_clustering.compute_parallel_clustering(clustering, num_repeat=50, nproc=4, verbose=True, n_meta_iter_max=1000, n_sub_iter_max=1000, clust_verbose=False, print_num_loops=False)[source]
flowstab.parallel_clustering.compute_parallel_nvi(list_of_cluster_lists, N, nproc=4, verbose=True, num_varinf_samples=None)[source]
flowstab.parallel_clustering.n_random_seeds(n)[source]
flowstab.parallel_clustering.var_dict[source]