c56801ed7a9e9d65dad51b2bb1b9b9074b07c901
Files Diff
- Added: 2
 - Removed: 0
 - Renamed: 0
 - Modified: 9
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type map : HashMap<String,Double> to input : NamedVector in method public predict(input NamedVector) : Double in class org.apache.ignite.ml.xgboost.XGModelComposition | From | To | |
| Change Parameter Type input : HashMap<String,Double> to input : NamedVector in method public predict(input NamedVector) : Double in class org.apache.ignite.ml.mleap.MLeapModel | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type mdl : Model<HashMap<String,Double>,Future<Double>> to mdl : Model<NamedVector,Future<Double>> in method public main(args String...) : void in class org.apache.ignite.examples.ml.xgboost.XGBoostModelParserExample | From | To | |
| Change Variable Type mdl : Model<HashMap<String,Double>,Future<Double>> to mdl : Model<NamedVector,Future<Double>> in method public main(args String...) : void in class org.apache.ignite.examples.ml.mleap.MLeapModelParserExample | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter map : HashMap<String,Double> to input : NamedVector in method public predict(input NamedVector) : Double in class org.apache.ignite.ml.xgboost.XGModelComposition | From | To |