2019-12-16 11:40:50 +00:00
|
|
|
export const compressedToDecompressed = {
|
|
|
|
input: [6.5, 8],
|
|
|
|
output: [3.5, 6]
|
|
|
|
};
|
|
|
|
|
|
|
|
export const binary = {
|
|
|
|
input: [1, 1.5],
|
|
|
|
output: [3.5, 6]
|
|
|
|
};
|
2019-12-16 11:56:19 +00:00
|
|
|
|
2019-12-16 12:09:52 +00:00
|
|
|
export const entropyOfText = [3.5, 6];
|