4ebdd5113f0786778d23a5fea431895c3a9f49c6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method public setVarianceThreshold(varianceThreshold Double) : void renamed to public setVariancePercentageThreshold(variancePercentageThreshold Double) : void in class com.datumbox.framework.machinelearning.featureselection.continuous.PCA.TrainingParameters | From | To | |
| Rename Method protected setFeature2ColumnId(feature2ColumnId Map<Object,Integer>) : void renamed to protected setFeatureIds(featureIds Map<Object,Integer>) : void in class com.datumbox.framework.machinelearning.featureselection.continuous.PCA.ModelParameters | From | To | |
| Rename Method public getVarianceThreshold() : Double renamed to public getVariancePercentageThreshold() : Double in class com.datumbox.framework.machinelearning.featureselection.continuous.PCA.TrainingParameters | From | To | |
| Rename Method public getFeature2ColumnId() : Map<Object,Integer> renamed to public getFeatureIds() : Map<Object,Integer> in class com.datumbox.framework.machinelearning.featureselection.continuous.PCA.ModelParameters | From | To | |
| Rename Variable | 3 | ||
| Rename Variable varianceThreshold : Double to variancePercentageThreshold : Double in method protected _fit(originalData Dataset) : void in class com.datumbox.framework.machinelearning.featureselection.continuous.PCA | From | To | |
| Rename Variable feature2ColumnId : Map<Object,Integer> to featureIds : Map<Object,Integer> in method protected _fit(originalData Dataset) : void in class com.datumbox.framework.machinelearning.featureselection.continuous.PCA | From | To | |
| Rename Variable feature2ColumnId : Map<Object,Integer> to featureIds : Map<Object,Integer> in method protected filterFeatures(newData Dataset) : void in class com.datumbox.framework.machinelearning.featureselection.continuous.PCA | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute feature2ColumnId : Map<Object,Integer> to featureIds : Map<Object,Integer> in class com.datumbox.framework.machinelearning.featureselection.continuous.PCA.ModelParameters | From | To | |
| Rename Attribute varianceThreshold : Double to variancePercentageThreshold : Double in class com.datumbox.framework.machinelearning.featureselection.continuous.PCA.TrainingParameters | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter varianceThreshold : Double to variancePercentageThreshold : Double in method public setVariancePercentageThreshold(variancePercentageThreshold Double) : void in class com.datumbox.framework.machinelearning.featureselection.continuous.PCA.TrainingParameters | From | To | |
| Rename Parameter feature2ColumnId : Map<Object,Integer> to featureIds : Map<Object,Integer> in method protected setFeatureIds(featureIds Map<Object,Integer>) : void in class com.datumbox.framework.machinelearning.featureselection.continuous.PCA.ModelParameters | From | To |