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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -