public class StandardizeStrategy extends Object
NormalizerStrategy
implementation that will standardize and de-standardize data arrays, based on statistics
of the means and standard deviations of the populationConstructor and Description |
---|
StandardizeStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
preProcess(INDArray array,
INDArray maskArray,
DistributionStats stats)
Normalize a data array
|
void |
revert(INDArray array,
INDArray maskArray,
DistributionStats stats)
Denormalize a data array
|
public void preProcess(INDArray array, INDArray maskArray, DistributionStats stats)
array
- the data to normalizestats
- statistics of the data populationpublic void revert(INDArray array, INDArray maskArray, DistributionStats stats)
array
- the data to denormalizestats
- statistics of the data populationCopyright © 2016. All Rights Reserved.