norm1 - bavla/biblio GitHub Wiki
fractional normalization of 1-mode network
n(N) = diag(1/max(1,outdeg(v))) * N
select/read network N
Network/Create Vector/Centrality/Degree/Output = V1
Vector/Create Constant Vector [n,1] = V2
select V1 as Second vector
Vectors/Max(First,Second)
Vector/Transform/Invert
Operations/Network+Vector/Vector#Network/Output = n(N)
n is the number of nodes in the network N.