47cfdc27e5079ee0ec91de1539bff498ffc1edc2
Files Diff
- Added: 4
 - Removed: 64
 - Renamed: 0
 - Modified: 15
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type partDataBuilder : PartitionDataBuilder<K,V,LSQRPartitionContext,LinSysPartitionDataOnHeap> to partDataBuilder : PartitionDataBuilder<K,V,LSQRPartitionContext,SimpleLabeledDatasetData> in method public LSQROnHeap(datasetBuilder DatasetBuilder<K,V>, partDataBuilder PartitionDataBuilder<K,V,LSQRPartitionContext,SimpleLabeledDatasetData>) in class org.apache.ignite.ml.math.isolve.lsqr.LSQROnHeap | From | To | |
| Rename Class | 3 | ||
| Rename Class org.apache.ignite.examples.ml.regression.linear.DistributedLinearRegressionWithSGDTrainerExample renamed to org.apache.ignite.examples.ml.regression.linear.LinearRegressionSGDTrainerExample | From | To | |
| Rename Class org.apache.ignite.examples.ml.regression.linear.DistributedLinearRegressionWithLSQRTrainerExample renamed to org.apache.ignite.examples.ml.regression.linear.LinearRegressionLSQRTrainerExample | From | To | |
| Rename Class org.apache.ignite.examples.ml.regression.linear.DistributedLinearRegressionWithLSQRTrainerAndNormalizationExample renamed to org.apache.ignite.examples.ml.regression.linear.LinearRegressionLSQRTrainerWithNormalizationExample | From | To | |
| Move Class | 1 | ||
| Move Class org.apache.ignite.ml.trainers.group.UpdatesStrategy moved to org.apache.ignite.ml.nn.UpdatesStrategy | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type dataset : Dataset<LSQRPartitionContext,LinSysPartitionDataOnHeap> to dataset : Dataset<LSQRPartitionContext,SimpleLabeledDatasetData> in class org.apache.ignite.ml.math.isolve.lsqr.LSQROnHeap | From | To |