登录
首页 » matlab » KNN

KNN

于 2020-10-23 发布 文件大小:1KB
0 197
下载积分: 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 个回复

  • findpeaks
    这个程序就是一个 寻找峰值的源程序,希望对大家有用(This program is a search for the peak of the source, want to be useful)
    2011-07-04 21:35:38下载
    积分:1
  • ThreshSegement
    二维阈值分割,可以把感兴趣的区域提取出来,适用于灰度图像!(2Dthresholding segementation)
    2015-07-08 17:47:03下载
    积分:1
  • MATLAB_programming_of_data_fitting_tutorial
    MATLAB程序设计之数据拟合教程MATLAB programming of data fitting tutorial(MATLAB programming of data fitting Tutorial MATLAB programming of data fitting tutorial)
    2010-08-02 12:23:00下载
    积分:1
  • kagelangr
    说明:  一个计算拉个朗日插值很好的程序,绝对正确无误。(A calculation of long pull on a good interpolation procedure, is absolutely correct.)
    2009-04-19 17:01:34下载
    积分:1
  • anorlderzhi
    源码 此程序主要是对二值图像进行操作有效 如对灰度图像进行操作只需要修改部分代码既可以(The main source of this procedure is the binary image to operate effectively on the gray image to operate only need to modify some of the code can)
    2008-01-06 12:03:11下载
    积分:1
  • MATLAB-Collection
    说明:  MATLAB函数及命令全集-(按字母排序)(MATLAB functions and commands Collection- (in alphabetical order))
    2011-03-16 16:17:00下载
    积分:1
  • gust
    计算脉动风速的风特性,包括湍流强度、阵风因子、湍流积分尺度等(Fluctuating wind characteristics calculated wind speed, including turbulence intensity, gust factor, turbulence integral scale, etc.)
    2016-07-25 10:53:31下载
    积分:1
  • mohushenjing
    T-S模糊神经网络的matalb程序,可以用做端点检测(TS fuzzy neural network matalb procedure can be used for endpoint detection)
    2007-11-28 19:33:21下载
    积分:1
  • cordic_atan
    CORDIC arctangent(atan) Simulink model. You can generate HDL from this model
    2011-01-16 02:00:10下载
    积分:1
  • semi-blindchannelestimation
    基于子空间算法的ofdm系统半盲估计,希望对信道估计的同仁有帮助!(subspace algorithm based on the semi-blind system ofdm estimate, and I hope to channel estimation colleagues help!)
    2006-08-30 18:11:32下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载