With spectral_clust fixed can now go on

This commit is contained in:
Louis Lacoste 2024-05-13 10:09:51 +02:00
parent 9da1a25735
commit 959c14e4a1

View file

@ -90,7 +90,7 @@ list_collection <- clusterize_bipartite_networks(
nb_cores = parallelly::availableCores(omit = 1L),
verbosity = 2L,
plot_details = 0L,
backend = "no_mc"
backend = "parallel"
)
)