64d6813712e0e178b8c7d9e2e9f04e44b5efa39c
Files Diff
- Added: 9
- Removed: 3
- Renamed: 0
- Modified: 27
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public runAllBenchmarks() : void renamed to public main(args String[]) : void in class edu.stanford.nlp.loglinear.benchmarks.ConcatVectorBenchmark | From | To | |
| Rename Variable | 1 | ||
| Rename Variable summary : LogLikelihoodFunction.FunctionSummaryAtPoint to logLikelihood : double in method public testGetSummaryForInstance(dataset GraphicalModel[], weights ConcatVector) : void in class edu.stanford.nlp.loglinear.learning.LogLikelihoodFunctionTest | From | To | |
| Change Return Type | 1 | ||
| Change Return Type FunctionSummaryAtPoint to double in method public getSummaryForInstance(model GraphicalModel, weights ConcatVector, gradient ConcatVector) : double in class edu.stanford.nlp.loglinear.learning.LogLikelihoodDifferentiableFunction | From | To | |
| Rename Class | 1 | ||
| Rename Class edu.stanford.nlp.loglinear.learning.LogLikelihoodFunction renamed to edu.stanford.nlp.loglinear.learning.LogLikelihoodDifferentiableFunction | From | To | |
| Move Class | 1 | ||
| Move Class edu.stanford.nlp.loglinear.model.ConcatVectorBenchmark moved to edu.stanford.nlp.loglinear.benchmarks.ConcatVectorBenchmark | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type fn : LogLikelihoodFunction to fn : LogLikelihoodDifferentiableFunction in method public testGetSummaryForInstance(dataset GraphicalModel[], weights ConcatVector) : void in class edu.stanford.nlp.loglinear.learning.LogLikelihoodFunctionTest | From | To | |
| Change Variable Type summary : LogLikelihoodFunction.FunctionSummaryAtPoint to logLikelihood : double in method public testGetSummaryForInstance(dataset GraphicalModel[], weights ConcatVector) : void in class edu.stanford.nlp.loglinear.learning.LogLikelihoodFunctionTest | From | To | |
| Extract Method | 1 | ||
| Extract Method private increaseSizeTo(newSize int) : void extracted from public addVectorInPlace(other ConcatVector, multiple double) : void in class edu.stanford.nlp.loglinear.model.ConcatVector | From | To |