Why sklearn's kNN classifer runs so fast while the number of my training samples and test samples are large

后端 未结 0 942
执笔经年
执笔经年 2021-01-21 15:26

According to my understanding, for each test sample, kNN classifier algorithm computes the distances between the current test sample and all the training samples and select a ce

相关标签:
回答
  • 消灭零回复
提交回复
热议问题