25f83819a94a6dd75f4cc7cd6b08f74d7c551ace
Files Diff
- Added: 16
- Removed: 7
- Renamed: 0
- Modified: 42
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public testBinaryClassificationWithSmallestKTest() : void renamed to public testBinaryClassificationWithSmallestK() : void in class org.apache.ignite.ml.knn.KNNClassificationTest | From | To | |
Rename Method public getR1norn() : double renamed to public getR1norm() : double in class org.apache.ignite.ml.math.isolve.lsqr.LSQRResult | From | To | |
Rename Method public testBinaryClassificationTest() : void renamed to public testBinaryClassification() : void in class org.apache.ignite.ml.knn.KNNClassificationTest | From | To | |
Change Parameter Type | 7 | ||
Change Parameter Type x : float to x : double in method private equals(x double, y double, maxUlps int) : boolean in class org.apache.ignite.ml.TestUtils.Precision | From | To | |
Change Parameter Type x : float to x : double in method package equalsIncludingNaN(x double, y double, eps double) : boolean in class org.apache.ignite.ml.TestUtils.Precision | From | To | |
Change Parameter Type x : float to x : double in method private equalsIncludingNaN(x double, y double) : boolean in class org.apache.ignite.ml.TestUtils.Precision | From | To | |
Change Parameter Type y : float to y : double in method private equalsIncludingNaN(x double, y double) : boolean in class org.apache.ignite.ml.TestUtils.Precision | From | To | |
Change Parameter Type y : float to y : double in method package equalsIncludingNaN(x double, y double, eps double) : boolean in class org.apache.ignite.ml.TestUtils.Precision | From | To | |
Change Parameter Type eps : float to eps : double in method package equalsIncludingNaN(x double, y double, eps double) : boolean in class org.apache.ignite.ml.TestUtils.Precision | From | To | |
Change Parameter Type y : float to y : double in method private equals(x double, y double, maxUlps int) : boolean in class org.apache.ignite.ml.TestUtils.Precision | From | To | |
Rename Class | 2 | ||
Rename Class org.apache.ignite.examples.ml.regression.logistic.binary.LogisticRegressionSGDTrainerSample renamed to org.apache.ignite.examples.ml.regression.logistic.binary.LogisticRegressionSGDTrainerExample | From | To | |
Rename Class org.apache.ignite.examples.ml.preprocessing.ImputingExampleWithMostFrequentValues renamed to org.apache.ignite.examples.ml.preprocessing.ImputingWithMostFrequentValuesExample | From | To | |
Move Class | 1 | ||
Move Class org.apache.ignite.ml.math.Precision moved to org.apache.ignite.ml.TestUtils.Precision | From | To | |
Rename Attribute | 2 | ||
Rename Attribute r1norn : double to r1norm : double in class org.apache.ignite.ml.math.isolve.lsqr.LSQRResult | From | To | |
Rename Attribute useIndex : int to useIdx : int in class org.apache.ignite.ml.tree.DecisionTreeClassificationTrainerTest | From | To | |
Change Variable Type | 6 | ||
Change Variable Type scoreCalculator : Metric<Integer> to scoreCalculator : Recall<Integer> in method public testScore() : void in class org.apache.ignite.ml.selection.scoring.metric.RecallTest | From | To | |
Change Variable Type deltaMinus : int to deltaMinus : long in method private equals(x double, y double, maxUlps int) : boolean in class org.apache.ignite.ml.TestUtils.Precision | From | To | |
Change Variable Type scoreCalculator : Metric<Integer> to scoreCalculator : Fmeasure<Integer> in method public testScore() : void in class org.apache.ignite.ml.selection.scoring.metric.FmeasureTest | From | To | |
Change Variable Type delegate : Vector to delegate : DelegatingVector in method public basicTest() : void in class org.apache.ignite.ml.math.primitives.vector.DelegatingVectorConstructorTest | From | To | |
Change Variable Type scoreCalculator : Metric<Integer> to scoreCalculator : Precision<Integer> in method public testScore() : void in class org.apache.ignite.ml.selection.scoring.metric.PrecisionTest | From | To | |
Change Variable Type deltaPlus : int to deltaPlus : long in method private equals(x double, y double, maxUlps int) : boolean in class org.apache.ignite.ml.TestUtils.Precision | From | To | |
Extract Method | 5 | ||
Extract Method private buildDataset(builder LocalDatasetBuilder<Integer,Integer>) : LocalDataset<Serializable,TestPartitionData> extracted from public testBuild() : void in class org.apache.ignite.ml.dataset.impl.local.LocalDatasetBuilderTest | From | To | |
Extract Method private testLongly(stgy KNNStrategy) : void extracted from public testLongly() : void in class org.apache.ignite.ml.knn.KNNRegressionTest | From | To | |
Extract Method private testLongly(stgy KNNStrategy) : void extracted from public testLonglyWithWeightedStrategy() : void in class org.apache.ignite.ml.knn.KNNRegressionTest | From | To | |
Extract Method private buildDataset(builder LocalDatasetBuilder<Integer,Integer>) : LocalDataset<Serializable,TestPartitionData> extracted from public testBuildWithPredicate() : void in class org.apache.ignite.ml.dataset.impl.local.LocalDatasetBuilderTest | From | To | |
Extract Method private verifyPredict(mdl LogisticRegressionModel) : void extracted from public testPredict() : void in class org.apache.ignite.ml.regressions.logistic.LogisticRegressionModelTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter r1norn : double to r1norm : double in method public LSQRResult(x double[], iterations int, isstop int, r1norm double, r2norm double, anorm double, acond double, arnorm double, xnorm double, var double[]) in class org.apache.ignite.ml.math.isolve.lsqr.LSQRResult | From | To |