diff --git a/docs/compression_settings.rst b/docs/compression_settings.rst index 99ab8c3758a..d74f92c708f 100644 --- a/docs/compression_settings.rst +++ b/docs/compression_settings.rst @@ -33,13 +33,15 @@ The following are the compression pipelines supported in |productName|: - *Sparsity Transform* (p=0.1), which by default retains only the(p*100)% absolute values of greatest magnitude. - *KMeans Transform* (k=6), which applies the KMeans algorithm to the sparse array with *k* centroids - *GZIP Transform* - + ``KCPipeline`` A **lossy** pipeline consisting of two transformations: - *KMeans Transform* (k=6), which applies the KMeans algorithm to the original weight array with *k* centroids - *GZIP Transform* +``EdenPipeline`` + A **lossy** unbiased compression. See `the paper `_ for further details. Demonstration of a Compression Pipeline =======================================