25e2cf20dd6033717343202f5b397628d874a7f2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type Psi : RealMatrix to Psi : BlockRealMatrix in method private calculateMeanError(Psi BlockRealMatrix, kappa int, nu int) : BlockRealMatrix in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Parameter Type psi0 : RealMatrix to psi0 : BlockRealMatrix in method protected Cluster(clusterId Integer, dimensions int, kappa0 int, nu0 int, mu0 RealVector, psi0 BlockRealMatrix) in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Return Type | 1 | ||
Change Return Type RealMatrix to BlockRealMatrix in method private calculateMeanError(Psi BlockRealMatrix, kappa int, nu int) : BlockRealMatrix in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Variable Type | 1 | ||
Change Variable Type psi : RealMatrix to psi : BlockRealMatrix in method protected updateClusterParameters() : void in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type meanError : RealMatrix to meanError : BlockRealMatrix in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Attribute Type psi0 : RealMatrix to psi0 : BlockRealMatrix in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To | |
Change Attribute Type covariance : RealMatrix to covariance : BlockRealMatrix in class com.datumbox.framework.core.machinelearning.clustering.GaussianDPMM.Cluster | From | To |