9870a2dc9c581ef28a16b533bc6af15286a2ff08
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type ISparseNDArray to INDArray in method public createSparseCSR(data double[], columns int[], pointerB int[], pointerE int[], shape int[]) : INDArray in class org.nd4j.linalg.factory.Nd4j | From | To | |
Change Variable Type | 4 | ||
Change Variable Type sparseNDArray : ISparseNDArray to sparseNDArray : INDArray in method public shouldReallocate() : void in class org.nd4j.linalg.SparseNDArrayTest | From | To | |
Change Variable Type sparseNDArray : ISparseNDArray to sparseNDArray : INDArray in method public shouldReplaceValueAtAGivenPosition() : void in class org.nd4j.linalg.SparseNDArrayTest | From | To | |
Change Variable Type sparseNDArray : ISparseNDArray to sparseNDArray : INDArray in method public shouldAddValueAtAGivenPosition() : void in class org.nd4j.linalg.SparseNDArrayTest | From | To | |
Change Variable Type matrix : ISparseNDArray to matrix : INDArray in method public shouldCreateSparseMatrix() : void in class org.nd4j.linalg.SparseNDArrayTest | From | To |