登录
首页 » matlab » KNN

KNN

于 2020-10-23 发布 文件大小:1KB
0 110
下载积分: 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-junheng
    均衡技术的matlab仿真。包括时域均衡和频域均衡后的信噪比对比(Equalization matlab simulation. Including time domain equalization and frequency domain equalization SNR comparison)
    2013-08-28 21:52:03下载
    积分:1
  • matlab-realization-of-frft
    frft的matlab实现,可以用于数字信号处理或图像加密(these programmes are matlab realization of frft that can be used in digital signal processing or image encryption)
    2014-01-22 15:12:53下载
    积分:1
  • zernikemoment
    ZK矩的计算程序,有MATLAB和C语言两部分。ZK矩在形状识别和分析中有重要应用,可以在特征参数提取中经常使用。(ZK moment calculation procedure, MATLAB and C language has two parts. ZK moments in shape recognition and analysis has important applications, feature extraction can be often used.)
    2007-10-03 15:23:07下载
    积分:1
  • kalman_detail
    卡尔曼滤波的实际学习的例子~很简单很容易学习的一个例子(the practical example of kalman filter~ it is very simple and easy to learn )
    2009-07-02 10:18:46下载
    积分:1
  • duffing
    说明:  duffing分岔图,计算连续duffing方程Lyapunov指数的程序,比较好用(duffing bifurcation diagram, duffing equation for calculating the Lyapunov index procedure, comparative ease of use)
    2008-11-27 17:51:37下载
    积分:1
  • ComputerPVisionPSystemPToolbox
    computer vision toolkit tutorial
    2013-10-04 10:42:26下载
    积分:1
  • sim816
    阵列信号处理,雷达侦察,music算法,MVDR算法的doa估计(Array signal processing, radar reconnaissance, MVDR algorithm, the algorithm could estimate doa)
    2010-08-17 23:47:05下载
    积分:1
  • DTWMFCC
    DTW与MFCC相结合的语音特征提取算法,改进了MFCC的性能(Combination of DTW and the MFCC feature extraction algorithm for voice, improving the performance of MFCC)
    2009-11-09 21:38:24下载
    积分:1
  • Eye_tracking
    matlab code used for face recognition
    2010-11-17 19:58:37下载
    积分:1
  • DBSCAN
    说明:  matlab 实现dbscan 这是一种基于密度的聚类分析算法,可以发现任意形状的簇,可以发现噪声点。(Realization of DBSCAN with MATLAB This is a density based clustering analysis algorithm, which can find clusters of arbitrary shape and noise points.)
    2020-12-11 15:38:04下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载