142648df5608c6d5c910bc58d4bec20a40002832
Files Diff
- Added: 9
 - Removed: 1
 - Renamed: 0
 - Modified: 25
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public num2Vec(num int, vecSize int, isDistributed boolean) : Vector renamed to public oneHot(num int, vecSize int, isDistributed boolean) : Vector in class org.apache.ignite.ml.math.primitives.vector.VectorUtils | From | To | |
| Rename Variable | 2 | ||
| Rename Variable countTrainer : CountTrainer to cntTrainer : CountTrainer in method protected count(cntr IgniteTriFunction<Long,CountData,LearningEnvironment,Long>) : void in class org.apache.ignite.ml.composition.BaggingTest | From | To | |
| Rename Variable model : ModelsComposition to mdl : ModelsComposition in method protected count(cntr IgniteTriFunction<Long,CountData,LearningEnvironment,Long>) : void in class org.apache.ignite.ml.composition.BaggingTest | From | To | |
| Change Return Type | 4 | ||
| Change Return Type LogisticRegressionSGDTrainer<P> to LogisticRegressionSGDTrainer in method public withLocIterations(amountOfLocIterations int) : LogisticRegressionSGDTrainer in class org.apache.ignite.ml.regressions.logistic.LogisticRegressionSGDTrainer | From | To | |
| Change Return Type LogisticRegressionSGDTrainer<P> to LogisticRegressionSGDTrainer in method public withBatchSize(batchSize int) : LogisticRegressionSGDTrainer in class org.apache.ignite.ml.regressions.logistic.LogisticRegressionSGDTrainer | From | To | |
| Change Return Type LogisticRegressionSGDTrainer<P> to LogisticRegressionSGDTrainer in method public withSeed(seed long) : LogisticRegressionSGDTrainer in class org.apache.ignite.ml.regressions.logistic.LogisticRegressionSGDTrainer | From | To | |
| Change Return Type LogisticRegressionSGDTrainer<P> to LogisticRegressionSGDTrainer in method public withMaxIterations(maxIterations int) : LogisticRegressionSGDTrainer in class org.apache.ignite.ml.regressions.logistic.LogisticRegressionSGDTrainer | From | To | |
| Move Class | 1 | ||
| Move Class org.apache.ignite.ml.trainers.BaggingTest moved to org.apache.ignite.ml.composition.BaggingTest | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute counter : IgniteTriFunction<Long,CountData,LearningEnvironment,Long> to cntr : IgniteTriFunction<Long,CountData,LearningEnvironment,Long> in class org.apache.ignite.ml.composition.BaggingTest.CountTrainer | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter counter : IgniteTriFunction<Long,CountData,LearningEnvironment,Long> to cntr : IgniteTriFunction<Long,CountData,LearningEnvironment,Long> in method public CountTrainer(cntr IgniteTriFunction<Long,CountData,LearningEnvironment,Long>) in class org.apache.ignite.ml.composition.BaggingTest.CountTrainer | From | To | |
| Rename Parameter counter : IgniteTriFunction<Long,CountData,LearningEnvironment,Long> to cntr : IgniteTriFunction<Long,CountData,LearningEnvironment,Long> in method protected count(cntr IgniteTriFunction<Long,CountData,LearningEnvironment,Long>) : void in class org.apache.ignite.ml.composition.BaggingTest | From | To |