From 3e33863875a7a10cafcd23b2152ac6b82079d98b Mon Sep 17 00:00:00 2001 From: Leonid Boytsov Date: Mon, 15 Jul 2019 12:24:49 -0400 Subject: [PATCH] Adding forgotten _sparse suffix #403 --- manual/spaces.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manual/spaces.md b/manual/spaces.md index 40f6567..548634e 100644 --- a/manual/spaces.md +++ b/manual/spaces.md @@ -95,9 +95,9 @@ _n/2k_, where _k_ is a small integer. | `linf` | L | | `l2sqr_sift` | Euclidean distance for SIFT vectors (Uint8 storage)| | `lp_sparse` | **sparse** Lp space | -| `l1` | **sparse** L1 | -| `l2` | **sparse** Euclidean space | -| `linf` | **sparse** L | +| `l1_sparse` | **sparse** L1 | +| `l2_sparse` | **sparse** Euclidean space | +| `linf_sparse`| **sparse** L | ## Inner-product Spaces