b7fdf437e672e45aa60aae170403bd26ad2d3b59
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable unaryCD : Map<String,SimpleMatrix> to derivatives : Map<String,SimpleMatrix> in method private initDerivatives(map Map<String,SimpleMatrix>) : Map<String,SimpleMatrix> in class edu.stanford.nlp.sentiment.SentimentCostAndGradient | From | To | |
Rename Variable binaryTensorTD : TwoDimensionalMap<String,String,SimpleTensor> to derivatives : TwoDimensionalMap<String,String,SimpleTensor> in method private initTensorDerivatives(map TwoDimensionalMap<String,String,SimpleTensor>) : TwoDimensionalMap<String,String,SimpleTensor> in class edu.stanford.nlp.sentiment.SentimentCostAndGradient | From | To | |
Rename Variable binaryTD : TwoDimensionalMap<String,String,SimpleMatrix> to derivatives : TwoDimensionalMap<String,String,SimpleMatrix> in method private initDerivatives(map TwoDimensionalMap<String,String,SimpleMatrix>) : TwoDimensionalMap<String,String,SimpleMatrix> in class edu.stanford.nlp.sentiment.SentimentCostAndGradient | From | To | |
Extract Method | 3 | ||
Extract Method private initDerivatives(map Map<String,SimpleMatrix>) : Map<String,SimpleMatrix> extracted from public calculate(theta double[]) : void in class edu.stanford.nlp.sentiment.SentimentCostAndGradient | From | To | |
Extract Method private initDerivatives(map TwoDimensionalMap<String,String,SimpleMatrix>) : TwoDimensionalMap<String,String,SimpleMatrix> extracted from public calculate(theta double[]) : void in class edu.stanford.nlp.sentiment.SentimentCostAndGradient | From | To | |
Extract Method private initTensorDerivatives(map TwoDimensionalMap<String,String,SimpleTensor>) : TwoDimensionalMap<String,String,SimpleTensor> extracted from public calculate(theta double[]) : void in class edu.stanford.nlp.sentiment.SentimentCostAndGradient | From | To |