9376c17d0c9d2c3143b16654f5821e16929af4a3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getIdentity(n int) : BlockRealMatrix renamed to private createIdentityOpenMapRealMatrix(n int) : OpenMapRealMatrix in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type Psi : BlockRealMatrix to Psi : OpenMapRealMatrix in method private calculateMeanError(Psi OpenMapRealMatrix, kappa int, nu int) : OpenMapRealMatrix in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Parameter Type psi0 : BlockRealMatrix to psi0 : OpenMapRealMatrix in method protected Cluster(clusterId Integer, dimensions int, kappa0 int, nu0 int, mu0 RealVector, psi0 OpenMapRealMatrix) in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Rename Variable | 1 | ||
Rename Variable identity : BlockRealMatrix to id : OpenMapRealMatrix in method private createIdentityOpenMapRealMatrix(n int) : OpenMapRealMatrix in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Return Type | 2 | ||
Change Return Type BlockRealMatrix to OpenMapRealMatrix in method private createIdentityOpenMapRealMatrix(n int) : OpenMapRealMatrix in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Return Type BlockRealMatrix to OpenMapRealMatrix in method private calculateMeanError(Psi OpenMapRealMatrix, kappa int, nu int) : OpenMapRealMatrix in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Variable Type | 2 | ||
Change Variable Type identity : BlockRealMatrix to id : OpenMapRealMatrix in method private createIdentityOpenMapRealMatrix(n int) : OpenMapRealMatrix in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Variable Type psi : BlockRealMatrix to psi : OpenMapRealMatrix in method protected updateClusterParameters() : void in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Attribute Type | 5 | ||
Change Attribute Type psi0 : BlockRealMatrix to psi0 : OpenMapRealMatrix in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Attribute Type xi_square_sum : BlockRealMatrix to xi_square_sum : OpenMapRealMatrix in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Attribute Type cache_covariance_inverse : RealMatrix to cache_covariance_inverse : Array2DRowRealMatrix in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Attribute Type covariance : BlockRealMatrix to covariance : OpenMapRealMatrix in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Attribute Type meanError : BlockRealMatrix to meanError : OpenMapRealMatrix in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To |