4800b8729565728877d31b6161a19fe1632225d8
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable scores : double[] to accuracyScores : double[] in method public main(args String...) : void in class org.apache.ignite.examples.ml.selection.cv.CrossValidationExample | From | To | |
| Change Return Type | 1 | ||
| Change Return Type BinaryClassificationMetricValues to double in method public score(iter Iterator<LabelPair<Double>>) : double in class org.apache.ignite.ml.selection.scoring.metric.BinaryClassificationMetrics | From | To | |
| Extract Method | 1 | ||
| Extract Method public scoreAll(iter Iterator<LabelPair<Double>>) : BinaryClassificationMetricValues extracted from public score(iter Iterator<LabelPair<Double>>) : BinaryClassificationMetricValues in class org.apache.ignite.ml.selection.scoring.metric.BinaryClassificationMetrics | From | To |