本文介绍了knn密度估计R的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在R中是否有任何函数/程序包可以执行基于k最近邻的密度估计?
Is there any function/package to perform k-Nearest Neighbor based density estimation in R?
推荐答案
类包:函数knn
ipred软件包:ipredknn函数
ipred package: function ipredknn
在Baron网站上进行的搜索带来了29个匹配.
多元任务视图有两部分涉及分类,并且具有链接到一些执行knn和相关任务的软件包.
And the Multivariate Task View has two sections on classification, and has links to a few packages that do knn and related tasks.
这篇关于knn密度估计R的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!