/usr/share/doc/mcl/examples/seven.mci is in mcl-doc 1:12-135-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | This is a line graph on seven points. Clustering it with default
parameters will result in a clustering with two clusters that
overlap in one point. Use '--overlap' to preserve overlap.
(mclheader
mcltype matrix
dimensions 7x7
)
(mclmatrix
begin
0 1 $
1 0 2 $
2 1 3 $
3 2 4 $
4 3 5 $
5 4 6 $
6 5 $
)
|