Class FeedForwardToCnn3DPreProcessor

    • Constructor Detail

      • FeedForwardToCnn3DPreProcessor

        public FeedForwardToCnn3DPreProcessor​(int inputDepth,
                                              int inputHeight,
                                              int inputWidth,
                                              int numChannels,
                                              boolean isNCDHW)
        Parameters:
        inputDepth - input channels
        inputHeight - input height
        inputWidth - input width
        numChannels - input channels
        isNCDHW - boolean to indicate data format, i.e. channels first (NCDHW) vs. channels last (NDHWC)
      • FeedForwardToCnn3DPreProcessor

        public FeedForwardToCnn3DPreProcessor​(int inputDepth,
                                              int inputWidth,
                                              int inputHeight)