Class AI01weightDecoder

    • Constructor Detail

      • AI01weightDecoder

        AI01weightDecoder​(BitArray information)
    • Method Detail

      • encodeCompressedWeight

        final void encodeCompressedWeight​(java.lang.StringBuilder buf,
                                          int currentPos,
                                          int weightSize)
      • addWeightCode

        protected abstract void addWeightCode​(java.lang.StringBuilder buf,
                                              int weight)
      • checkWeight

        protected abstract int checkWeight​(int weight)