You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on some project and there I have fractional values that I want to encode.
I want to know if LZW is a good contender for encoding fractional values? Though from what I have realized that LZW is better utilized for strings or integer values. However is there any implementation of LZW that deals with fractional values?
The text was updated successfully, but these errors were encountered:
I am currently working on some project and there I have fractional values that I want to encode.
I want to know if LZW is a good contender for encoding fractional values? Though from what I have realized that LZW is better utilized for strings or integer values. However is there any implementation of LZW that deals with fractional values?
The text was updated successfully, but these errors were encountered: