mxmlnkn/cppbktree

`BKTree` has no method `add`

Nekidev opened this issue · 1 comments

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?

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.