df6356d5d1470337a6ea705a332cf07f1dce2222
Files Diff
- Added: 2
 - Removed: 3
 - Renamed: 0
 - Modified: 35
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable model : LinearRegressionModel to mdl : LinearRegressionModel in method public main(args String[]) : void in class org.apache.ignite.examples.ml.regression.linear.DistributedLinearRegressionWithSGDTrainerExample | From | To | |
| Rename Variable model : LinearRegressionModel to mdl : LinearRegressionModel in method public main(args String[]) : void in class org.apache.ignite.examples.ml.regression.linear.DistributedLinearRegressionWithQRTrainerExample | From | To | |
| Move Class | 1 | ||
| Move Class org.apache.ignite.ml.regressions.linear.LinearRegressionLSQRTrainer.FeatureExtractorWrapper moved to org.apache.ignite.ml.regressions.linear.FeatureExtractorWrapper | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type observation : double[] to observation : Cache.Entry<Integer,double[]> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.regression.linear.DistributedLinearRegressionWithSGDTrainerExample | From | To |