Documentation of 'org.neuroph.samples.convolution.mnist.MNISTImage' Java class
MNISTImage
org.neuroph.samples.convolution.mnist

Class MNISTImage



  • public class MNISTImage
    extends java.lang.Object
    Represents one Image from MNIST dataset
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int COLUMNS 
      static int ROWS 
    • Constructor Summary

      Constructors 
      Constructor and Description
      MNISTImage(int label, byte[] imageData) 
    • Constructor Detail

      • MNISTImage

        public MNISTImage(int label,
                          byte[] imageData)
    • Method Detail

      • getLabel

        public int getLabel()
      • getData

        public byte[] getData()
      • getSize

        public int getSize()
      • loadDigitImages

        public static java.util.List<MNISTImage> loadDigitImages(java.lang.String labelFileName,
                                                                 java.lang.String imageFileName)
                                                          throws java.io.IOException
        Throws:
        java.io.IOException

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.