rdkit.ML.Cluster.Standardize module

contains code for standardization of data matrices for clustering

rdkit.ML.Cluster.Standardize.StdDev(mat)

the standard deviation classifier

This uses _ML.Data.Stats.StandardizeMatrix()_ to do the work