flowstab.parallel_clustering ============================ .. py:module:: flowstab.parallel_clustering .. autoapi-nested-parse:: # # flow stability # # Copyright (C) 2021 Alexandre Bovet # # 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 . Attributes ---------- .. autoapisummary:: flowstab.parallel_clustering.var_dict Functions --------- .. autoapisummary:: flowstab.parallel_clustering.compute_parallel_clustering flowstab.parallel_clustering.compute_parallel_nvi flowstab.parallel_clustering.n_random_seeds Module Contents --------------- .. py:function:: 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) .. py:function:: compute_parallel_nvi(list_of_cluster_lists, N, nproc=4, verbose=True, num_varinf_samples=None) .. py:function:: n_random_seeds(n) .. py:data:: var_dict