The default python kd-tree does not allow to add points to the already created tree. Need this feature to continuously add new points to the training set.
We will probably need to implement our own kd-tree. Possibly copy from cosmo++'s kd-tree code and python-ize.
Maybe figure out something smarter?
The default python kd-tree does not allow to add points to the already created tree. Need this feature to continuously add new points to the training set.
We will probably need to implement our own kd-tree. Possibly copy from cosmo++'s kd-tree code and python-ize.
Maybe figure out something smarter?