Rescale and shift each feature individually, so that it gets a mean of zero, and a unity standard deviation. The scaling and shifting are based upon X
Parameters : | X : np array
handleStd0 : bool, optional
|
---|
Methods
invtransform | |
transform |
Find the inverse transformation.
Parameters : | iX : np array
|
---|---|
Returns : | X : np array
|
Find the normalized values for the samples in X, so that each input will have zero mean and unit standard deviation.
Parameters : | X : np array
Returns : ——- : iX : np arrray
|
---|