4dc9911e8c46439830b477d1a8f7ee1c4edec619
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 6 | ||
Extract Method private scale(value Double, maxAbsolute Double) : double extracted from protected _transform(newData Dataframe) : void in class com.datumbox.framework.core.machinelearning.preprocessing.MaxAbsScaler | From | To | |
Extract Method private scale(value Double, min Double, max Double) : double extracted from protected _transform(newData Dataframe) : void in class com.datumbox.framework.core.machinelearning.preprocessing.MinMaxScaler | From | To | |
Extract Method private scale(value Double, mean Double, std Double) : double extracted from protected _transform(newData Dataframe) : void in class com.datumbox.framework.core.machinelearning.preprocessing.StandardScaler | From | To |