graphify-cluster 0.4.4

Community detection (Leiden/Louvain) for graphify
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "graphify-cluster"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Community detection (Leiden/Louvain) for graphify"

[dependencies]
graphify-core.workspace = true
petgraph.workspace = true
tracing.workspace = true
thiserror.workspace = true
rand = "0.8"