bc1adb97726125053c62c75a00e75a292491975c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type maxIterations : Integer to maxIterations : int in method public setMaxIterations(maxIterations int) : void in class com.datumbox.framework.core.machinelearning.regression.StepwiseRegression.TrainingParameters | From | To | |
Change Parameter Type aout : Double to aout : double in method public setAout(aout double) : void in class com.datumbox.framework.core.machinelearning.regression.StepwiseRegression.TrainingParameters | From | To | |
Change Return Type | 3 | ||
Change Return Type Double to double in method public getStdErrorOfEstimate() : double in class com.datumbox.framework.core.machinelearning.modelselection.metrics.LinearRegressionMetrics | From | To | |
Change Return Type Double to double in method public getAout() : double in class com.datumbox.framework.core.machinelearning.regression.StepwiseRegression.TrainingParameters | From | To | |
Change Return Type Integer to int in method public getMaxIterations() : int in class com.datumbox.framework.core.machinelearning.regression.StepwiseRegression.TrainingParameters | From | To | |
Change Variable Type | 3 | ||
Change Variable Type entry : Map.Entry<Object,Object> to entry : Map.Entry<Object,Double> in method protected _predict(newData Dataframe) : void in class com.datumbox.framework.core.machinelearning.recommendation.CollaborativeFiltering | From | To | |
Change Variable Type recommendations : Map<Object,Object> to recommendations : Map<Object,Double> in method protected _predict(newData Dataframe) : void in class com.datumbox.framework.core.machinelearning.recommendation.CollaborativeFiltering | From | To | |
Change Variable Type maxIterations : Integer to maxIterations : int in method protected _fit(trainingData Dataframe) : void in class com.datumbox.framework.core.machinelearning.regression.StepwiseRegression | From | To | |
Inline Variable | 1 | ||
Inline Variable stdErrorOfEstimate : Double in method public LinearRegressionMetrics(validationMetricsList List<LinearRegressionMetrics>) from class com.datumbox.framework.core.machinelearning.modelselection.metrics.LinearRegressionMetrics | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type aout : Double to aout : double in class com.datumbox.framework.core.machinelearning.regression.StepwiseRegression.TrainingParameters | From | To | |
Change Attribute Type StdErrorOfEstimate : Double to StdErrorOfEstimate : double in class com.datumbox.framework.core.machinelearning.modelselection.metrics.LinearRegressionMetrics | From | To | |
Change Attribute Type maxIterations : Integer to maxIterations : int in class com.datumbox.framework.core.machinelearning.regression.StepwiseRegression.TrainingParameters | From | To |