Table 2.
Equation | ||
---|---|---|
Raw | M1=M0 ◦ (1-E) | |
MaxNorm | M2=M1◦(1/max(M1)) | |
SumNorm | M3=M1◦(1/sum(M1)) | |
IndNorm |
M0 is the initial computed matrix; E is the unit matrix; ◦ is the Hadamard product; max() is the maximum value of all matrix elements; sum() is summation of all matrix elements; (i,j) is the element (i,j) in the matrix. M1–M4 are four normalized matrices.