Conductance is a natural and widely-adopted notion of community goodness and has the ability to detect both non-overlapping and highly overlapping communities for weighted networks. It is particularly useful when studying random walks in graphs.
In graph theory, a cut is the partition that divides a graph into two disjoint subsets. The weight of a cut is the sum of weights of the edges crossing the cut.

Conductance is a metric to measure the quality of a partition. Given a graph G = (V,E), when it is partitioned into two sets, S and V\S, the conductance is defined as


algo(conductance)Name | Type | Spec | Default | Optional | Description |
|---|---|---|---|---|---|
| community_property | []@<schema?.property | / | / | Yes??? | The community ID generated by other community-detection algo such as Louvain or LPA |
| Spec | Content |
|---|---|
| filename | _id,degree |
Alias Ordinal | Type | Description | Columns |
|---|---|---|---|
| 0 | int | Community ID | community_id |
| 1 | float | Conductance | conductance |
Alias Ordinal | Type | Description | Columns |
|---|---|---|---|
| 0 | int | Community ID | community_id |
| 1 | float | Conductance | conductance |