e540fe0bb6dc0449fe2745c67de28a184e79cc18
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public pca_factor(A INDArray, variance double, normalize boolean) : INDArray extracted from public pca(A INDArray, variance double, normalize boolean) : INDArray in class org.nd4j.linalg.dimensionalityreduction.PCA | From | To | |
Extract Method public pca_factor(A INDArray, nDims int, normalize boolean) : INDArray extracted from public pca(X INDArray, nDims int, normalize boolean) : INDArray in class org.nd4j.linalg.dimensionalityreduction.PCA | From | To | |
Rename Parameter | 2 | ||
Rename Parameter X : INDArray to A : INDArray in method public pca_factor(A INDArray, nDims int, normalize boolean) : INDArray in class org.nd4j.linalg.dimensionalityreduction.PCA | From | To | |
Rename Parameter X : INDArray to A : INDArray in method public pca(A INDArray, nDims int, normalize boolean) : INDArray in class org.nd4j.linalg.dimensionalityreduction.PCA | From | To |