Class CnnToFeedForwardPreProcessor

    • Field Detail

      • inputHeight

        protected long inputHeight
      • inputWidth

        protected long inputWidth
      • numChannels

        protected long numChannels
    • Constructor Detail

      • CnnToFeedForwardPreProcessor

        public CnnToFeedForwardPreProcessor​(long inputHeight,
                                            long inputWidth,
                                            long numChannels,
                                            CNN2DFormat format)
        Parameters:
        inputHeight - the columns
        inputWidth - the rows
        numChannels - the channels
      • CnnToFeedForwardPreProcessor

        public CnnToFeedForwardPreProcessor​(long inputHeight,
                                            long inputWidth)
      • CnnToFeedForwardPreProcessor

        public CnnToFeedForwardPreProcessor​(long inputHeight,
                                            long inputWidth,
                                            long numChannels)
      • CnnToFeedForwardPreProcessor

        public CnnToFeedForwardPreProcessor()