Package bacnet.scripts.core.normalization
package bacnet.scripts.core.normalization
-
ClassDescriptionVariance normalization methods which will reduce the total variance of each data to 1
For each column of the ExpressionMatrix, multiply each value by: Math.sqr(1/var(x))
So final variance of each column is equal to zero