norm2 - bavla/biblio GitHub Wiki
fractional normalization of 2-mode network N
n(N) = diag(1/max(1,outdeg(v))) * N
select/read network N
Network/Create Vector/Centrality/Degree/Output
Network/2-Mode Network/Partition into 2 Modes
Operations/Vector+Partition/Extract Subvector [1] = V1
Vector/Create Constant Vector [n1,1] = V2
select V1 as Second vector
Vectors/Max(First,Second)
Vector/Transform/Invert
Operations/Network+Vector/Vector#Network/Output = n(N)
n1 is the size of the first mode of the network N.