Default M to 12

This commit is contained in:
Dirkjan Ochtman 2020-12-17 13:28:57 +01:00
parent df24ddc186
commit ea11f0c54a
1 changed files with 1 additions and 1 deletions

View File

@ -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;