KristofferC / NearestNeighbors.jl

High performance nearest neighbor data structures (KDTree and BallTree) and algorithms for Julia.
Other
425 stars 66 forks source link

Incremental tree build with custom data types. #110

Closed MFaisalZaki closed 2 years ago

MFaisalZaki commented 4 years ago

Hello,

Is there any possibility to build the tree incrementally and also I was wondering how can I build a tree with a custom node.

Best regards, Mustafa

KristofferC commented 4 years ago

No, the tree is static. A completely other design would have to be made for dynamic trees.