-
Notifications
You must be signed in to change notification settings - Fork 268
Open
Description
machine_learning_python/knn/knn_kdtree.py
Line 33 in a9cc807
| node = Node(dataSetcopy[mid], label[mid], depth) |
label 和 dataSet 是一一对应的。dataSetcopy 是排序后的数据,而 label 没变,为什么这里拿原始的 label 和排序的 data 构建 node?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels