Skip to content

Commit b3d9811

Browse files
community detection (#2276)
Covers changes for ticket #2268 and adds an introduction to community detection with a tutorial using our existing algorithms and UI. This should apear first in the search results. * initial introduction * add karate example * add karate example * add assets and tests * fix tests * fix tests * fix tests * chore: apply tidy-public auto-fixes * review: simplify node type assignment * chore: apply tidy-public auto-fixes * review: swap to csv file --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4eb2b5a commit b3d9811

File tree

5 files changed

+733
-0
lines changed

5 files changed

+733
-0
lines changed
571 KB
Loading

docs/data/karate.csv

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
source,target,time
2+
1,2,2023-01-01
3+
1,3,2023-01-01
4+
1,4,2023-01-01
5+
1,5,2023-01-01
6+
1,6,2023-01-01
7+
1,7,2023-01-01
8+
1,8,2023-01-01
9+
1,9,2023-01-01
10+
1,11,2023-01-01
11+
1,12,2023-01-01
12+
1,13,2023-01-01
13+
1,14,2023-01-01
14+
1,18,2023-01-01
15+
1,20,2023-01-01
16+
1,22,2023-01-01
17+
1,32,2023-01-01
18+
2,3,2023-01-01
19+
2,4,2023-01-01
20+
2,8,2023-01-01
21+
2,14,2023-01-01
22+
2,18,2023-01-01
23+
2,20,2023-01-01
24+
2,22,2023-01-01
25+
2,31,2023-01-01
26+
3,4,2023-01-01
27+
3,8,2023-01-01
28+
3,9,2023-01-01
29+
3,10,2023-01-01
30+
3,14,2023-01-01
31+
3,28,2023-01-01
32+
3,29,2023-01-01
33+
3,33,2023-01-01
34+
4,8,2023-01-01
35+
4,13,2023-01-01
36+
4,14,2023-01-01
37+
5,7,2023-01-01
38+
5,11,2023-01-01
39+
6,7,2023-01-01
40+
6,11,2023-01-01
41+
6,17,2023-01-01
42+
7,17,2023-01-01
43+
9,31,2023-01-01
44+
9,33,2023-01-01
45+
9,34,2023-01-01
46+
10,34,2023-01-01
47+
14,34,2023-01-01
48+
15,33,2023-01-01
49+
15,34,2023-01-01
50+
16,33,2023-01-01
51+
16,34,2023-01-01
52+
19,33,2023-01-01
53+
19,34,2023-01-01
54+
20,34,2023-01-01
55+
21,33,2023-01-01
56+
21,34,2023-01-01
57+
23,33,2023-01-01
58+
23,34,2023-01-01
59+
24,26,2023-01-01
60+
24,28,2023-01-01
61+
24,30,2023-01-01
62+
24,33,2023-01-01
63+
24,34,2023-01-01
64+
25,26,2023-01-01
65+
25,28,2023-01-01
66+
25,32,2023-01-01
67+
26,32,2023-01-01
68+
27,30,2023-01-01
69+
27,34,2023-01-01
70+
28,34,2023-01-01
71+
29,32,2023-01-01
72+
29,34,2023-01-01
73+
30,33,2023-01-01
74+
30,34,2023-01-01
75+
31,33,2023-01-01
76+
31,34,2023-01-01
77+
32,33,2023-01-01
78+
32,34,2023-01-01
79+
33,34,2023-01-01

0 commit comments

Comments
 (0)