1f17e05fc3a9ae66322a9f33d34f40e2fc0de7ff
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 21
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 2 | ||
| Pull Up Method public getD() : Integer from class com.datumbox.framework.core.machinelearning.common.abstracts.AbstractTrainer.AbstractModelParameters to public getD() : Integer from class com.datumbox.framework.core.machinelearning.topicmodeling.LatentDirichletAllocation.ModelParameters | From | To | |
| Pull Up Method protected setD(d Integer) : void from class com.datumbox.framework.core.machinelearning.common.abstracts.AbstractTrainer.AbstractModelParameters to protected setD(d Integer) : void from class com.datumbox.framework.core.machinelearning.topicmodeling.LatentDirichletAllocation.ModelParameters | From | To | |
| Move Method | 2 | ||
| Move Method protected setD(d Integer) : void from class com.datumbox.framework.core.machinelearning.common.abstracts.AbstractTrainer.AbstractModelParameters to protected setD(d Integer) : void from class com.datumbox.framework.core.machinelearning.common.abstracts.algorithms.AbstractDPMM.AbstractModelParameters | From | To | |
| Move Method public getD() : Integer from class com.datumbox.framework.core.machinelearning.common.abstracts.AbstractTrainer.AbstractModelParameters to public getD() : Integer from class com.datumbox.framework.core.machinelearning.common.abstracts.algorithms.AbstractDPMM.AbstractModelParameters | From | To | |
| Pull Up Attribute | 1 | ||
| Pull Up Attribute private d : Integer from class com.datumbox.framework.core.machinelearning.common.abstracts.AbstractTrainer.AbstractModelParameters to private d : Integer from class com.datumbox.framework.core.machinelearning.topicmodeling.LatentDirichletAllocation.ModelParameters | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private d : Integer from class com.datumbox.framework.core.machinelearning.common.abstracts.AbstractTrainer.AbstractModelParameters to private d : Integer from class com.datumbox.framework.core.machinelearning.common.abstracts.algorithms.AbstractDPMM.AbstractModelParameters | From | To |