摘要: kd树是为了减少搜索最近邻点的时间复杂度,一般来说可以使用穷举法,但是太耗时,因此采用平衡二叉树的思想来解决这个问题 """ This is the implementation of Knn(KdTree), which is accessible in https://github.com/Fl 阅读全文
posted @ 2023-11-25 19:16 cojames 阅读(36) 评论(0) 推荐(0) 编辑