Class BaseConvolutionConfig

    • Constructor Detail

      • BaseConvolutionConfig

        public BaseConvolutionConfig()
    • Method Detail

      • getValue

        public Object getValue​(Field property)
        Get the value for a given property for this function
        Parameters:
        property - the property to get
        Returns:
        the value for the function if it exists
      • setValueFor

        public void setValueFor​(Field target,
                                Object value)
        Set the value for this function. Note that if value is null an ND4JIllegalStateException will be thrown.
        Parameters:
        target - the target field
        value - the value to set
      • validate

        protected abstract void validate()