From b06f90df796150a3170db142d7bb1733b5a84123 Mon Sep 17 00:00:00 2001 From: Sergey Grebenshchikov Date: Thu, 10 Oct 2024 01:40:30 +0200 Subject: [PATCH] doc --- model.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model.go b/model.go index 11c30e7..f58d708 100644 --- a/model.go +++ b/model.go @@ -1,5 +1,5 @@ // Package bitknn provides a fast k-nearest neighbors (k-NN) implementation for binary feature vectors. -// The sub-package [lsh] implements an approximate k-nearest neighbors (ANN) model using locality-sensitive hashing. +// The sub-package [github.com/keilerkonzept/bitknn/lsh] implements an approximate k-nearest neighbors (ANN) model using locality-sensitive hashing. package bitknn import (