9e2c0de8c7e9d8b42340fa596564d1eafe1de880
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable scores : double[] to result : double[] in method private matrixMultiply(matrix double[][], vector double[]) : double[] in class edu.stanford.nlp.parser.nndep.Classifier | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable hidden : double[] to vector : double[] in method private addCubeInPlace(vector double[], bias double[]) : void in class edu.stanford.nlp.parser.nndep.Classifier | From | To | |
| Extract Variable | 1 | ||
| Extract Variable tr : String in method private predictInner(sentence CoreMap) : DependencyTree from class edu.stanford.nlp.parser.nndep.DependencyParser | From | To | |
| Extract Method | 3 | ||
| Extract Method private matrixMultiplySliceSum(sum double[], matrix double[][], vector double[], leftColumnOffset int) : void extracted from private computeScores(feature int[], preMap Map<Integer,Integer>) : double[] in class edu.stanford.nlp.parser.nndep.Classifier | From | To | |
| Extract Method private matrixMultiply(matrix double[][], vector double[]) : double[] extracted from private computeScores(feature int[], preMap Map<Integer,Integer>) : double[] in class edu.stanford.nlp.parser.nndep.Classifier | From | To | |
| Extract Method private addCubeInPlace(vector double[], bias double[]) : void extracted from private computeScores(feature int[], preMap Map<Integer,Integer>) : double[] in class edu.stanford.nlp.parser.nndep.Classifier | From | To |