搜索资源列表
KNN
- K近邻算法(KNN)的matlab源代码,程序清晰易读-K nearest neighbor (KNN) of matlab source code, procedures legible
kNN
- 用matlab实现K近邻算法,用于数据挖掘的分类-K-nearest neighbor algorithm for the classification of data mining using matlab
ncm.v1.1
- k近邻算法源代码,用matlab语言编写的,适用于分类及相关问题的分析-K neighbor algorithm source code, written with matlab language, suitable for classification and analysis of the related problem
MLkNN
- ML-KNN,这是来自传统的K-近邻(KNN)算法。详细地,为每一个看不见的实例中,首先确定了训练集中的k近邻。之后,基于从标签集获得的统计信息。这些相邻的实例,即属于每个可能类的相邻实例的数量,最大后验(MAP)原理。用于确定不可见实例的标签集。三种不同现实世界中多标签学习问题的实验研究,即酵母基因功能分析、自然场景分类和网页自动分类,表明ML-KNN实现了卓越的性能(ML-KNN which is derived from the traditional K-nearest neighbo