a78d7ddac184fb39bed4a13026cf8d2c3233682c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 4 | ||
Move And Inline Method protected setCols(cols int) : void moved from class com.datumbox.framework.core.machinelearning.featureselection.continuous.PCA.ModelParameters to class com.datumbox.framework.core.machinelearning.featureselection.continuous.PCA & inlined to protected _fit(originalData Dataframe) : void | From | To | |
Move And Inline Method protected setRows(rows int) : void moved from class com.datumbox.framework.core.machinelearning.featureselection.continuous.PCA.ModelParameters to class com.datumbox.framework.core.machinelearning.featureselection.continuous.PCA & inlined to protected _fit(originalData Dataframe) : void | From | To | |
Move And Inline Method protected setComponents(components double[][]) : void moved from class com.datumbox.framework.core.machinelearning.featureselection.continuous.PCA.ModelParameters to class com.datumbox.framework.core.machinelearning.featureselection.continuous.PCA & inlined to protected _fit(originalData Dataframe) : void | From | To | |
Move And Inline Method protected setEigenValues(eigenValues double[]) : void moved from class com.datumbox.framework.core.machinelearning.featureselection.continuous.PCA.ModelParameters to class com.datumbox.framework.core.machinelearning.featureselection.continuous.PCA & inlined to protected _fit(originalData Dataframe) : void | From | To | |
Change Return Type | 3 | ||
Change Return Type double[][] to RealMatrix in method public getComponents() : RealMatrix in class com.datumbox.framework.core.machinelearning.featureselection.continuous.PCA.ModelParameters | From | To | |
Change Return Type double[] to RealVector in method public getEigenValues() : RealVector in class com.datumbox.framework.core.machinelearning.featureselection.continuous.PCA.ModelParameters | From | To | |
Change Return Type double[] to RealVector in method public getMean() : RealVector in class com.datumbox.framework.core.machinelearning.featureselection.continuous.PCA.ModelParameters | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type mean : double[] to mean : RealVector in class com.datumbox.framework.core.machinelearning.featureselection.continuous.PCA.ModelParameters | From | To | |
Change Attribute Type eigenValues : double[] to eigenValues : RealVector in class com.datumbox.framework.core.machinelearning.featureselection.continuous.PCA.ModelParameters | From | To | |
Change Attribute Type components : double[][] to components : RealMatrix in class com.datumbox.framework.core.machinelearning.featureselection.continuous.PCA.ModelParameters | From | To | |
Extract And Move Method | 3 | ||
Extract And Move Method protected setMean(mean RealVector) : void extracted from protected _fit(originalData Dataframe) : void in class com.datumbox.framework.core.machinelearning.featureselection.continuous.PCA & moved to class com.datumbox.framework.core.machinelearning.featureselection.continuous.PCA.ModelParameters | From | To | |
Extract And Move Method protected setComponents(components RealMatrix) : void extracted from protected _fit(originalData Dataframe) : void in class com.datumbox.framework.core.machinelearning.featureselection.continuous.PCA & moved to class com.datumbox.framework.core.machinelearning.featureselection.continuous.PCA.ModelParameters | From | To | |
Extract And Move Method protected setEigenValues(eigenValues RealVector) : void extracted from protected _fit(originalData Dataframe) : void in class com.datumbox.framework.core.machinelearning.featureselection.continuous.PCA & moved to class com.datumbox.framework.core.machinelearning.featureselection.continuous.PCA.ModelParameters | From | To |