11=========
22Community
33=========
4+
45.. currentmodule :: cugraph
56
67
78EgoNet
89------
10+
911single-GPU
1012^^^^^^^^^^
1113
@@ -16,6 +18,7 @@ single-GPU
1618
1719multi-GPU
1820^^^^^^^^^
21+
1922.. autosummary ::
2023 :toctree: ../api/cugraph/
2124
@@ -24,24 +27,29 @@ multi-GPU
2427
2528Ensemble clustering for graphs (ECG)
2629------------------------------------
30+
2731single-GPU
2832^^^^^^^^^^
33+
2934.. autosummary ::
3035 :toctree: ../api/cugraph/
3136
3237 cugraph.ecg
3338
3439multi-GPU
3540^^^^^^^^^
41+
3642.. autosummary ::
3743 :toctree: ../api/cugraph/
3844
3945 cugraph.dask.community.ecg.ecg
4046
4147K-Truss
4248-------
49+
4350single-GPU
4451^^^^^^^^^^
52+
4553.. autosummary ::
4654 :toctree: ../api/cugraph/
4755
@@ -50,6 +58,7 @@ single-GPU
5058
5159multi-GPU
5260^^^^^^^^^
61+
5362.. autosummary ::
5463 :toctree: ../api/cugraph/
5564
@@ -58,15 +67,18 @@ multi-GPU
5867
5968Leiden
6069------
70+
6171single-GPU
6272^^^^^^^^^^
73+
6374.. autosummary ::
6475 :toctree: ../api/cugraph/
6576
6677 cugraph.leiden
6778
6879multi-GPU
6980^^^^^^^^^
81+
7082.. autosummary ::
7183 :toctree: ../api/cugraph/
7284
@@ -77,6 +89,7 @@ Louvain
7789
7890single-GPU
7991^^^^^^^^^^
92+
8093.. autosummary ::
8194 :toctree: ../api/cugraph/
8295
@@ -85,13 +98,15 @@ single-GPU
8598
8699multi-GPU
87100^^^^^^^^^
101+
88102.. autosummary ::
89103 :toctree: ../api/cugraph/
90104
91105 cugraph.dask.community.louvain.louvain
92106
93107Spectral Clustering
94108-------------------
109+
95110.. autosummary ::
96111 :toctree: ../api/cugraph/
97112
@@ -104,31 +119,37 @@ Spectral Clustering
104119
105120Induced Subgraph
106121----------------
122+
107123single-GPU
108124^^^^^^^^^^
125+
109126.. autosummary ::
110127 :toctree: ../api/cugraph/
111128
112129 cugraph.induced_subgraph
113130
114131multi-GPU
115132^^^^^^^^^
133+
116134.. autosummary ::
117135 :toctree: ../api/cugraph/
118136
119137 cugraph.dask.community.induced_subgraph.induced_subgraph
120138
121139Triangle Counting
122140-----------------
141+
123142single-GPU
124143^^^^^^^^^^
144+
125145.. autosummary ::
126146 :toctree: ../api/cugraph/
127147
128148 cugraph.triangle_count
129149
130150multi-GPU
131151^^^^^^^^^
152+
132153.. autosummary ::
133154 :toctree: ../api/cugraph/
134155
0 commit comments