MCPcopy Create free account
hub / github.com/Raibows/MLinRust / recursive_nearest

Method recursive_nearest

src/model/knn.rs:138–182  ·  view source on GitHub ↗

return: MaxHeap

(&'a self, node: &'a Option<Box<KdNode<T>>>, query: &Vec<f32>, mut records_heap: BinaryHeap<QueryRecord<'a, T>>)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

nearestMethod · 0.80

Calls 2

minkowski_distanceFunction · 0.85
lenMethod · 0.80

Tested by

no test coverage detected