b76dc5e872641b2521ae925c749c04688309eb7e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type psi0 : OpenMapRealMatrix to psi0 : RealMatrix in method protected Cluster(clusterId Integer, dimensions int, kappa0 int, nu0 int, mu0 RealVector, psi0 RealMatrix) in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Parameter Type Psi : OpenMapRealMatrix to Psi : RealMatrix in method private calculateMeanError(Psi RealMatrix, kappa int, nu int) : RealMatrix in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Inline Method | 1 | ||
Inline Method private createIdentityOpenMapRealMatrix(n int) : OpenMapRealMatrix inlined to protected Cluster(clusterId Integer, dimensions int, kappa0 int, nu0 int, mu0 RealVector, psi0 RealMatrix) in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Return Type | 3 | ||
Change Return Type double[][] to RealMatrix in method public getPsi0() : RealMatrix in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.TrainingParameters | From | To | |
Change Return Type OpenMapRealMatrix to RealMatrix in method private calculateMeanError(Psi RealMatrix, kappa int, nu int) : RealMatrix in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Return Type double[] to RealVector in method public getMu0() : RealVector in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.TrainingParameters | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute id : OpenMapRealMatrix to covariance : RealMatrix in method protected Cluster(clusterId Integer, dimensions int, kappa0 int, nu0 int, mu0 RealVector, psi0 RealMatrix) in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Variable Type | 2 | ||
Change Variable Type id : OpenMapRealMatrix to covariance : RealMatrix in method protected Cluster(clusterId Integer, dimensions int, kappa0 int, nu0 int, mu0 RealVector, psi0 RealMatrix) in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Variable Type psi : OpenMapRealMatrix to psi : RealMatrix in method protected updateClusterParameters() : void in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Attribute Type | 6 | ||
Change Attribute Type meanError : OpenMapRealMatrix to meanError : RealMatrix in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Attribute Type xi_square_sum : OpenMapRealMatrix to xi_square_sum : RealMatrix in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Attribute Type covariance : OpenMapRealMatrix to covariance : RealMatrix in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Attribute Type mu0 : double[] to mu0 : RealVector in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.TrainingParameters | From | To | |
Change Attribute Type psi0 : double[][] to psi0 : RealMatrix in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.TrainingParameters | From | To | |
Change Attribute Type psi0 : OpenMapRealMatrix to psi0 : RealMatrix in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To |