本文介绍了python中的K最近邻居的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想在python中计算K最近邻.我应该使用哪个图书馆?
解决方案
我认为您应该使用 scikit ann .
此处有一个很好的教程. >
根据文档:
I would like to calculate K-nearest neighbour in python. what library should i use?
解决方案
I think that you should use scikit ann.
There is a good tutorial about the nearest neightbour here.
According to the documentation :
这篇关于python中的K最近邻居的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!