Class EncodeThreshold

    • Field Detail

      • threshold

        protected float threshold
      • boundary

        protected int boundary
    • Constructor Detail

      • EncodeThreshold

        public EncodeThreshold()
      • EncodeThreshold

        public EncodeThreshold​(@NonNull
                               @NonNull INDArray updates,
                               float threshold)
      • EncodeThreshold

        public EncodeThreshold​(@NonNull
                               @NonNull INDArray updates,
                               @NonNull
                               @NonNull INDArray encoded,
                               float threshold,
                               @NonNull
                               @NonNull Integer boundary)
      • EncodeThreshold

        public EncodeThreshold​(@NonNull
                               @NonNull INDArray updates,
                               float threshold,
                               @NonNull
                               @NonNull Integer boundary)