ec118646862cb15e5d8eaff5f855be93996ebe26
Files Diff
- Added: 42
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type is : FileInputStream to is : InputStream in method private read4Bytes(is InputStream) : int in class org.apache.ignite.ml.util.MnistUtils | From | To | |
Extract Method | 1 | ||
Extract Method private mnistAsList(imageStream InputStream, lbStream InputStream, rnd Random, cnt int) : List<MnistLabeledImage> extracted from public mnistAsList(imagesPath String, labelsPath String, rnd Random, cnt int) : List<MnistLabeledImage> in class org.apache.ignite.ml.util.MnistUtils | From | To |