index
:
acap.git
main
Nearest neighbor search in Rust
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
distance: Move a bound from a where clause to Self::Value directly
Tavian Barnes
2021-02-25
1
-2
/
+1
*
knn: Move NearestNeighbor interfaces to a submodule
Tavian Barnes
2021-02-25
7
-508
/
+523
*
vp: Remove workaround for https://github.com/rust-lang/rust/issues/72582
Tavian Barnes
2021-02-24
1
-5
/
+1
*
vp: Add a non-consuming iter() to VpTree and FlatVpTree
Tavian Barnes
2021-02-24
1
-0
/
+92
*
kd: Add a non-consuming iter() to KdTree and FlatKdTree
Tavian Barnes
2021-02-24
1
-2
/
+72
*
exhaustive: Add a non-consuming iter()
Tavian Barnes
2021-02-24
1
-3
/
+37
*
exhaustive: Add a wrapper type for IntoIterator
Tavian Barnes
2021-02-24
1
-9
/
+13
*
docs: Fix a typo in the top-level documentation
Tavian Barnes
2021-02-24
1
-2
/
+2
*
ks: Use sort_unstable_by_key rather than sort_by_cached_key
Tavian Barnes
2020-11-18
1
-4
/
+4
*
vp: Fix FlatVpTree Debug field name
Tavian Barnes
2020-10-13
1
-1
/
+1
*
docs: Add some examples to the main page
Tavian Barnes
2020-07-08
1
-0
/
+27
*
kd: Use a more traditional k-d tree implementation
Tavian Barnes
2020-07-06
9
-118
/
+84
*
Clean up merge_k_nearest*() interface a bit
Tavian Barnes
2020-07-06
1
-46
/
+40
*
Add methods for merging new neighbors into a vector in-place
Tavian Barnes
2020-07-03
1
-74
/
+159
*
Preallocate the heap for k_nearest*()
Tavian Barnes
2020-07-02
1
-3
/
+3
*
distance: Expand the Distance docs
Tavian Barnes
2020-06-29
1
-3
/
+9
*
distance: Expand the Proximity docs
Tavian Barnes
2020-06-29
1
-6
/
+49
*
Apply some rustfmt suggestions
Tavian Barnes
2020-06-28
8
-18
/
+16
*
cos: Add a TryFrom<T> impl for AngularDistance<T>
Tavian Barnes
2020-06-27
1
-1
/
+20
*
Fix some clippy lints
Tavian Barnes
2020-06-27
2
-5
/
+17
*
docs: Update some links
Tavian Barnes
2020-06-27
10
-63
/
+73
*
docs: Integrate KaTeX and add some formulas
Tavian Barnes
2020-06-27
7
-18
/
+116
*
euclid: Fix a doc typo (s/Createa/Creates/)
Tavian Barnes
2020-06-25
1
-1
/
+1
*
cos: Add prenormalized cosine/angular distances, and an order embedding
Tavian Barnes
2020-06-25
1
-16
/
+332
*
cos: Implement cosine and angular distance
Tavian Barnes
2020-06-25
2
-0
/
+196
*
Add links to module summaries
Tavian Barnes
2020-06-24
8
-8
/
+8
*
lp: Implement general L^p spaces
Tavian Barnes
2020-06-24
2
-0
/
+59
*
hamming: Implement Hamming distance
0.1.0
Tavian Barnes
2020-06-24
2
-0
/
+77
*
chebyshev: Implement Chebyshev distance
Tavian Barnes
2020-06-24
2
-0
/
+121
*
taxi: Implement taxicab distance
Tavian Barnes
2020-06-24
2
-0
/
+117
*
Add an overview to the documentation
Tavian Barnes
2020-06-24
1
-0
/
+88
*
kd: Implement flat k-d trees
Tavian Barnes
2020-06-24
1
-0
/
+155
*
kd: Implement k-d trees
Tavian Barnes
2020-06-24
2
-0
/
+358
*
vp: Implement flat VP trees
Tavian Barnes
2020-06-24
1
-1
/
+182
*
vp: Implement vantage-point trees
Tavian Barnes
2020-06-24
2
-0
/
+373
*
util: Add a wrapper to implement Ord on top of PartialOrd
Tavian Barnes
2020-06-24
2
-0
/
+56
*
exhaustive: Implement an exhaustive search index
Tavian Barnes
2020-06-24
2
-0
/
+121
*
lib: Add NearestNeighbors trait
Tavian Barnes
2020-06-24
1
-0
/
+377
*
euclid: Implement Euclidean distance
Tavian Barnes
2020-06-24
2
-0
/
+392
*
coords: Implement coordinate spaces
Tavian Barnes
2020-06-24
2
-0
/
+115
*
distance: Implement abstract distances, proximities, metrics
Tavian Barnes
2020-06-24
2
-0
/
+107
*
Initialize a new project
Tavian Barnes
2020-06-24
1
-0
/
+3