9e21cec024168105fd30bfb3acecf9fd24a52e8c
Files Diff
- Added: 9
 - Removed: 26
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public clustersCount() : int renamed to public amountOfClusters() : int in class org.apache.ignite.ml.clustering.kmeans.KMeansModel | From | To | |
| Rename Method public clustersCount() : int renamed to public amountOfClusters() : int in class org.apache.ignite.ml.clustering.kmeans.ClusterizationModel | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type other : SumsAndCounts to other : TotalCostAndCounts in method package merge(other TotalCostAndCounts) : TotalCostAndCounts in class org.apache.ignite.ml.clustering.kmeans.KMeansTrainer.TotalCostAndCounts | From | To | |
| Change Return Type | 1 | ||
| Change Return Type SumsAndCounts to TotalCostAndCounts in method package merge(other TotalCostAndCounts) : TotalCostAndCounts in class org.apache.ignite.ml.clustering.kmeans.KMeansTrainer.TotalCostAndCounts | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.apache.ignite.ml.clustering.KMeansDistributedClusterer.SumsAndCounts moved and renamed to org.apache.ignite.ml.clustering.kmeans.KMeansTrainer.TotalCostAndCounts | From | To | |
| Move Class | 4 | ||
| Move Class org.apache.ignite.ml.clustering.ClusterizationModel moved to org.apache.ignite.ml.clustering.kmeans.ClusterizationModel | From | To | |
| Move Class org.apache.ignite.ml.clustering.Clusterer moved to org.apache.ignite.ml.clustering.kmeans.Clusterer | From | To | |
| Move Class org.apache.ignite.ml.clustering.KMeansModel moved to org.apache.ignite.ml.clustering.kmeans.KMeansModel | From | To | |
| Move Class org.apache.ignite.ml.KMeansModelFormat moved to org.apache.ignite.ml.clustering.kmeans.KMeansModelFormat | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute distance : DistanceMeasure to distanceMeasure : DistanceMeasure in class org.apache.ignite.ml.clustering.kmeans.KMeansModel | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter distance : DistanceMeasure to distanceMeasure : DistanceMeasure in method public KMeansModel(centers Vector[], distanceMeasure DistanceMeasure) in class org.apache.ignite.ml.clustering.kmeans.KMeansModel | From | To |