Class Multiplication.Builder

    • Method Detail

      • setUnits

        public Multiplication.Builder setUnits​(long units)
        Sets the number of output channels.
        Parameters:
        units - the number of desired output channels
        Returns:
        this Builder
      • build

        public Multiplication build()
        Returns the constructed Linear.
        Returns:
        the constructed Linear
        Throws:
        java.lang.IllegalArgumentException - if all required parameters (outChannels) have not been set