File: igraph_sparsemat_normalize.out

package info (click to toggle)
igraph 0.10.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 16,176 kB
  • sloc: ansic: 121,500; cpp: 21,699; xml: 2,734; python: 411; makefile: 147; javascript: 20; sh: 9
file content (41 lines) | stat: -rw-r--r-- 735 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
0x0 matrix.

3x3 matrix without zero rows and columns, row-wise normalization.
col 0: locations 0 to 1
0 : 0.75
1 : -1
col 1: locations 2 to 4
0 : 0.25
1 : -1.5
2 : 0.222222
col 2: locations 5 to 6
2 : 0.777778
1 : 3.5

3x3 matrix without zero rows and columns, column-wise normalization.
col 0: locations 0 to 1
0 : 0.6
1 : 0.4
col 1: locations 2 to 4
0 : 0.2
1 : 0.6
2 : 0.2
col 2: locations 5 to 6
2 : -1
1 : 2

3x3 matrix with zero rows and columns, row-wise normalization.
col 0: locations 0 to 0
0 : 1
col 1: locations 1 to 0
col 2: locations 1 to 1
2 : 1

3x3 matrix with zero rows and columns, column-wise normalization.
col 0: locations 0 to 0
0 : 1
col 1: locations 1 to 0
col 2: locations 1 to 1
2 : 1

uncompressed matrix.