Default M to 12
This commit is contained in:
parent
df24ddc186
commit
ea11f0c54a
|
@ -693,4 +693,4 @@ impl Index<PointId> for [ZeroNode] {
|
||||||
/// The parameter `M` from the paper
|
/// The parameter `M` from the paper
|
||||||
///
|
///
|
||||||
/// This should become a generic argument to `Hnsw` when possible.
|
/// This should become a generic argument to `Hnsw` when possible.
|
||||||
const M: usize = 6;
|
const M: usize = 12;
|
||||||
|
|
Loading…
Reference in New Issue