c# - LZ complexity algorithm -
could please explain me thing: how lz complexity algorithm incorporate data compression? (or meant to) compress data or estimates number of unique substrings in vocabulary?
thanks!
you can calculate lz complexity without doing compression, although calculation lot happens when lz-compressing input data. see, e.g., calculating lempel-ziv (lz) complexity (aka sequence complexity) of binary string 1 of answers has (non-compressing) code calculating lz complexity.
Comments
Post a Comment