de259fffb7fa5c0f8f6f7eeb84b86f296fe3bde9
Files Diff
- Added: 7
- Removed: 0
- Renamed: 0
- Modified: 26
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable totalCount : int to totalCnt : int in method public testClusterizationOnDatasetWithObviousStructure() : void in class org.apache.ignite.ml.clustering.KMeansDistributedClustererTest | From | To | |
Rename Variable centIndex : int to centIdx : int in method public testClusterizationOnDatasetWithObviousStructure() : void in class org.apache.ignite.ml.clustering.KMeansDistributedClustererTest | From | To | |
Change Return Type | 5 | ||
Change Return Type double[][] to double[] in method public data() : double[] in class org.apache.ignite.ml.math.impls.storage.matrix.DenseOffHeapMatrixStorage | From | To | |
Change Return Type double[][] to double[] in method public data() : double[] in class org.apache.ignite.examples.ml.math.matrix.ExampleMatrixStorage | From | To | |
Change Return Type double[][] to double[] in method public data() : double[] in class org.apache.ignite.ml.math.MatrixStorage | From | To | |
Change Return Type double[][] to double[] in method public data() : double[] in class org.apache.ignite.ml.math.impls.storage.matrix.MatrixDelegateStorage | From | To | |
Change Return Type double[][] to double[] in method public data() : double[] in class org.apache.ignite.ml.math.impls.storage.matrix.ArrayMatrixStorage | From | To | |
Change Variable Type | 1 | ||
Change Variable Type data : double[][] to data : double[] in method public data() : void in class org.apache.ignite.ml.math.impls.storage.matrix.MatrixArrayStorageTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type data : double[][] to data : double[] in class org.apache.ignite.ml.math.impls.storage.matrix.ArrayMatrixStorage | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public flatten(arr double[][], acsMode int) : double[] extracted from public ArrayMatrixStorage(data double[][]) in class org.apache.ignite.ml.math.impls.storage.matrix.ArrayMatrixStorage & moved to class org.apache.ignite.ml.math.util.MatrixUtil | From | To |