From 11db12785c1a6a2d3c75656b38108443f88919e8 Mon Sep 17 00:00:00 2001 From: Amit Portnoy <1131991+amitport@users.noreply.github.com> Date: Thu, 28 Sep 2023 21:34:13 +0300 Subject: [PATCH] Update EdenPipeline in the documentation (#877) Signed-off-by: Amit Portnoy <1131991+amitport@users.noreply.github.com> --- docs/compression_settings.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/compression_settings.rst b/docs/compression_settings.rst index 99ab8c3758..d74f92c708 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 =======================================