621796122f9eba017587ce1663d253e6d6d58f38
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Parameterize Variable | 1 | ||
| Parameterize Variable theFeatures : INDArray to theArray : INDArray in method private fit(theArray INDArray) : INDArray in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerStandardize | From | To | |
| Extract Method | 3 | ||
| Extract Method private fit(theArray INDArray) : INDArray extracted from public fit(dataSet DataSet) : void in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerStandardize | From | To | |
| Extract Method private runnningFit(thenewArray INDArray, currentMeanStd INDArray, batchCount int, runningTotal int, allDone boolean) : void extracted from public fit(iterator DataSetIterator) : void in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerStandardize | From | To | |
| Extract Method public transform(theArray INDArray, isFeatures boolean) : void extracted from public transform(theFeatures INDArray) : void in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerStandardize | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter theFeatures : INDArray to theArray : INDArray in method public transform(theArray INDArray, isFeatures boolean) : void in class org.nd4j.linalg.dataset.api.preprocessor.NormalizerStandardize | From | To |