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