6db24b0148c4b394b074973ee9425a2af9aa6213
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public withCountOfComponents(numberOfComponents int) : GmmTrainer renamed to public withInitialCountOfComponents(numberOfComponents int) : GmmTrainer in class org.apache.ignite.ml.clustering.gmm.GmmTrainer | From | To | |
Change Return Type | 2 | ||
Change Return Type GmmModel to UpdateResult in method private updateModel(dataset Dataset<EmptyContext,GmmPartitionData>, model GmmModel) : UpdateResult in class org.apache.ignite.ml.clustering.gmm.GmmTrainer | From | To | |
Change Return Type void to double in method package updatePcxi(data GmmPartitionData, clusterProbs Vector, components List<MultivariateGaussianDistribution>) : double in class org.apache.ignite.ml.clustering.gmm.GmmPartitionData | From | To | |
Change Variable Type | 2 | ||
Change Variable Type dataCache : IgniteCache<UUID,LabeledVector<Double>> to dataCache : IgniteCache<Integer,LabeledVector<Double>> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.clustering.GmmClusterizationExample | From | To | |
Change Variable Type randomMeansSets : List<List<Vector>> to randomMeansSets : List<Vector> in method private init(dataset Dataset<EmptyContext,GmmPartitionData>) : Optional<GmmModel> in class org.apache.ignite.ml.clustering.gmm.GmmTrainer | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method package updatePcxiAndComputeLikelihood(dataset Dataset<EmptyContext,GmmPartitionData>, clusterProbs Vector, components List<MultivariateGaussianDistribution>) : double extracted from private updateModel(dataset Dataset<EmptyContext,GmmPartitionData>, model GmmModel) : GmmModel in class org.apache.ignite.ml.clustering.gmm.GmmTrainer & moved to class org.apache.ignite.ml.clustering.gmm.GmmPartitionData | From | To |