5d22401c326770790a55dc4293419c3d0cb0544f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 51
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public keys() : Iterator<Integer> renamed to public iterator() : Iterator<Integer> in class com.datumbox.common.dataobjects.Dataset.index | From | To | |
| Rename Variable | 1 | ||
| Rename Variable r : Record to r1 : Record in method public testSelectFeatures() : void in class com.datumbox.framework.machinelearning.featureselection.continuous.PCATest | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Iterator<Integer> to Iterator<Record> in method public iterator() : Iterator<Record> in class com.datumbox.common.dataobjects.Dataset | From | To | |
| Change Return Type Iterator<Record> to Iterable<Record> in method public values() : Iterable<Record> in class com.datumbox.common.dataobjects.Dataset | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type itResult : Iterator<Integer> to itResult : Iterator<Record> in method public testSelectFeatures() : void in class com.datumbox.framework.machinelearning.featureselection.continuous.PCATest | From | To | |
| Change Variable Type itExpectedResult : Iterator<Integer> to itExpectedResult : Iterator<Record> in method public testSelectFeatures() : void in class com.datumbox.framework.machinelearning.featureselection.continuous.PCATest | From | To |