mirror of
https://github.com/instant-labs/instant-distance.git
synced 2025-02-09 01:12:03 +00:00
Default M to 12
This commit is contained in:
parent
0872d04665
commit
19e451bac2
@ -693,4 +693,4 @@ impl Index<PointId> for [ZeroNode] {
|
||||
/// The parameter `M` from the paper
|
||||
///
|
||||
/// This should become a generic argument to `Hnsw` when possible.
|
||||
const M: usize = 6;
|
||||
const M: usize = 12;
|
||||
|
Loading…
Reference in New Issue
Block a user