Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreben committed Oct 9, 2024
1 parent 7e318d6 commit b06f90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit b06f90d

Please sign in to comment.