登录
首页 » matlab » KNN

KNN

于 2020-10-23 发布 文件大小:1KB
0 236
下载积分: 1 下载次数: 17

代码说明:

  K最邻近密度估计技术是一种分类方法,不是聚类方法。 不是最优方法,实践中比较流行。 通俗但不一定易懂的规则是: 1.计算待分类数据和不同类中每一个数据的距离(欧氏或马氏)。 2.选出最小的前K数据个距离,这里用到选择排序法。 3.对比这前K个距离,找出K个数据中包含最多的是那个类的数据,即为待分类数据所在的类。(K nearest neighbor density estimation is a classification method, not a clustering method. It is not the best method, but it is popular in practice. Popular but not necessarily understandable rule is: 1. calculate the distance between the data to be classified and the data in each other (Euclidean or Markov). 2. select the minimum distance from the previous K data, where the choice sorting method is used. 3. compare the previous K distances to find out which K data contains the most data of that class, that is, the class to which the data to be classified is located.)

文件列表:

KNN.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Matlab_PID_paper
    有关matlab pid仿真方面的pdf文档,很有参考价值,大家分享!!!!(papers about matlab PID!!!!!!!!!)
    2010-11-02 01:33:20下载
    积分:1
  • 29bf941cc07b
    说明:  svd 分析 奇异值分解 信号处理常用程序算法(svd analysis)
    2011-03-15 11:46:36下载
    积分:1
  • Apriori
    Apriori算法 matlab 自己在网上找的比较全的代码(Apriori algorithm matlab yourself online to find a comparison of the code)
    2013-08-24 14:39:34下载
    积分:1
  • convertidor
    three-phase converter using matlab simulink
    2014-02-18 05:08:32下载
    积分:1
  • windows-1256__matlabdz
    La Methode du pivot de gauss MATLAB
    2010-11-15 02:11:35下载
    积分:1
  • pso
    使用matlab编写的蚁群算法程序,供大家参考使用。(Matlab using ant colony algorithm to prepare procedures for U.S. use and reference.)
    2007-07-12 20:54:21下载
    积分:1
  • CE_Upload
    Thresholding is used to segment an image by setting all pixels whose intensity values are above a threshold to a foreground value and all the remaining pixels to a background value. Whereas the conventional thresholding operator uses a global threshold for all pixels, adaptive thresholding changes the threshold dynamically over the image. This more sophisticated version of thresholding can accommodate changing lighting conditions in the image, e.g. those occurring as a result of a strong illumination gradient or shadows.
    2015-02-25 17:46:51下载
    积分:1
  • K_average
    动态聚类的k均值算法,聚类的经典算法,没有改进,仅供初级选手学习。(Dynamic clustering k-means algorithm, clustering algorithm of the classic, no improvement, only for junior players learning. )
    2012-01-16 21:40:54下载
    积分:1
  • psnrofFG
    函数dB=PSNR(F,G),返回图像F相对于图像G的信噪比峰值.用于全息图后期处理中的参考.测试通过(Based of the formular dB=PSNR(F,G),it returns peak signal-to-noise ratio (dB) of image F with respect to G.)
    2011-10-25 15:54:48下载
    积分:1
  • MATLAB_m_file
    matlab在电工学中的一些实践中的m文件(Some practice of MATLAB in electrical engineering in the m file)
    2013-05-14 20:58:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载