2654b381c056b08b766aafa811116f3b1df7cc8f
Files Diff
- Added: 1
- Removed: 4
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type td1 : RVFDatum<String,String> to td1 : RVFDatum in method public testStrMultiClassDatums() : void in class edu.stanford.nlp.classify.LinearClassifierITest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type convertSimpleMatrix : Function<SimpleMatrix,DMatrixRMaj> to convertSimpleMatrix : Function<SimpleMatrix,DenseMatrix64F> in class edu.stanford.nlp.parser.dvparser.DVModel | From | To | |
Change Attribute Type convertDenseMatrix : Function<DMatrixRMaj,SimpleMatrix> to convertDenseMatrix : Function<DenseMatrix64F,SimpleMatrix> in class edu.stanford.nlp.parser.dvparser.DVModel | From | To |