78328fe491e6b73b5a9d581af51846badbec287b
Files Diff
- Added: 39
- Removed: 1
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable trainer : RandomForestClassifierTrainer to classifier : RandomForestClassifierTrainer in method public main(args String[]) : void in class org.apache.ignite.examples.ml.tree.randomforest.RandomForestClassificationExample | From | To | |
Rename Attribute | 2 | ||
Rename Attribute minImpurityDecrease : double to featuresPerTree : int in class org.apache.ignite.ml.tree.randomforest.RandomForestTrainer | From | To | |
Rename Attribute maxDeep : int to meta : List<FeatureMeta> in class org.apache.ignite.ml.tree.randomforest.RandomForestTrainer | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type minImpurityDecrease : double to featuresPerTree : int in class org.apache.ignite.ml.tree.randomforest.RandomForestTrainer | From | To | |
Change Attribute Type maxDeep : int to meta : List<FeatureMeta> in class org.apache.ignite.ml.tree.randomforest.RandomForestTrainer | From | To |