Skip to content

构建kd树时的node label不对吧 #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
anonymouss opened this issue Oct 22, 2019 · 0 comments
Open

构建kd树时的node label不对吧 #2

anonymouss opened this issue Oct 22, 2019 · 0 comments

Comments

@anonymouss
Copy link

node = Node(dataSetcopy[mid], label[mid], depth)

labeldataSet 是一一对应的。dataSetcopy 是排序后的数据,而 label 没变,为什么这里拿原始的 label 和排序的 data 构建 node

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant