We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48a5980 + 511c483 commit 1b02b52Copy full SHA for 1b02b52
hnswlib/brutoforce.h renamed to hnswlib/bruteforce.h
@@ -113,11 +113,6 @@ namespace hnswlib {
113
readBinaryPOD(input, size_per_element_);
114
readBinaryPOD(input, cur_element_count);
115
116
- data_size_ = s->get_data_size();
117
- fstdistfunc_ = s->get_dist_func();
118
- dist_func_param_ = s->get_dist_func_param();
119
-
120
121
data_size_ = s->get_data_size();
122
fstdistfunc_ = s->get_dist_func();
123
dist_func_param_ = s->get_dist_func_param();
hnswlib/hnswlib.h
@@ -62,5 +62,5 @@ namespace hnswlib {
62
63
#include "space_l2.h"
64
#include "space_ip.h"
65
-#include "brutoforce.h"
+#include "bruteforce.h"
66
#include "hnswalg.h"
0 commit comments