`BKTree` has no method `add`
Nekidev opened this issue · 1 comments
Nekidev commented
Basically the title. I've been looking at the code and it seems it has been implemented in the c++ part but not in the python interface. Any ETA for this?
mxmlnkn commented
I think I only exposed the constructor, which takes a list of ints, instead of add
because add
requires the user to call rebalance while it can be done automatically inside the constructor.