CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab knn

搜索资源列表

  1. knn 不错的分类程序

    6下载:
  2. 基于MATLAB开发的,是一个不错的分类程序!,MATLAB-based development is a good classification procedure!
  3. 所属分类:matlab例程

    • 发布日期:2017-03-24
    • 文件大小:2481
    • 提供者:sxy
  1. Knn.zip

    0下载:
  2. 很强大的matlab求解,供大家交流欣赏或者直接引用到论文中,matlab so good,I upload here for those who want to communicate and who carve for knowledge
  3. 所属分类:中间件编程

    • 发布日期:2017-04-02
    • 文件大小:4073
    • 提供者:fisher
  1. knn_matlab.rar

    0下载:
  2. knn—k近邻准则matlab实现,适合初学者,knn-k neighbors to achieve the criteria matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:904
    • 提供者:lingjinwen
  1. knn.kmeans.fisher

    5下载:
  2. 常用的分类方法,包括最近邻(NN),k均值(kmeans),k近邻,Fisher线性判别。-Commonly used classification methods, including nearest-neighbor (NN), k the mean (kmeans), k neighbors, Fisher linear discriminant.
  3. 所属分类:matlab

    • 发布日期:2015-05-25
    • 文件大小:3903
    • 提供者:刘斌
  1. kNN

    0下载:
  2. k Nearest Neighbor matlab code
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:689
    • 提供者:Weronika
  1. knn

    2下载:
  2. knn-K近邻法实现两分类的函数代码,输入为两类的样本特征,和待测试的样本向量,输出为分类结果。-knn-K nearest neighbor method to achieve the two categories of function code, enter the characteristics of two types of samples, and samples to be tested vector, the output for the classification.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:736
    • 提供者:kevin
  1. KNN

    3下载:
  2. K近邻算法(KNN)的matlab源代码,程序清晰易读-K nearest neighbor (KNN) of matlab source code, procedures legible
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:1124
    • 提供者:skyfly
  1. KNN

    0下载:
  2. 自己的模式识别的作业,matlab实现k近邻算法。-K-Nearest Neighbour algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1086
    • 提供者:chris
  1. ModuleReconizeKNNalgorithm

    0下载:
  2. KNN是一种有效的模式识别分类算法,本文件在Matlab平台实现KNN算法在模式识别中的运用。-KNN is an effective pattern recognition classification algorithms, this document is in the Matlab platform implementation KNN algorithm in the application of pattern recognition.
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:1177
    • 提供者:farmer
  1. kNN

    0下载:
  2. 一种常用的分类器,常用于人脸识别、掌纹识别等模式识别领域。 -A common classification, commonly used in face recognition, palmprint recognition, pattern recognition.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:1209
    • 提供者:叶子
  1. KNN

    0下载:
  2. matlab code for PDF estimation by KNN method for 1 dimensional and 2 dimensional data
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:765
    • 提供者:marzieh
  1. knn

    0下载:
  2. 一个关于k最近临法分类的matlab程序-A temporary law on the k most recent classification procedures matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:43017
    • 提供者:zhe
  1. MIL-Ensemble

    0下载:
  2. This toolbox contains re-implementations of four different multi-instance learners, i.e. Diverse Density, Citation-kNN, Iterated-discrim APR, and EM-DD. Ensembles of these single multi-instance learners can be built with this toolbox
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:4048063
    • 提供者:wsy
  1. KNNclassifier

    0下载:
  2. 一个很简单的练习使用KNN分类的代码,学习使用.将K分类写成了函数,方便使用-A very simple exercise using the KNN classification code, learning to use. Will be written in the function K classification, user-friendly
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:234938
    • 提供者:王辉
  1. knn

    0下载:
  2. KNN algorithm of matlab version.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1471
    • 提供者:Turing
  1. knn

    2下载:
  2. k近邻问题,我自己做的,效果有保证,还有测数据-k neighbor problem, I do, the effect is guaranteed, as well as measured data
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:3147
    • 提供者:qht
  1. knn

    1下载:
  2. k均值聚类+matlab 有详细的注释和图片-failed to translate
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:419308
    • 提供者:whnmyt
  1. knn

    2下载:
  2. K邻域模式识别方法 KNN算法不仅可以用于分类,还可以用于回归。通过找出一个样本的k个最近邻居,将这些邻居的属性的平均值赋给该样本,就可以得到该样本的属性。更有用的方法是将不同距离的邻居对该样本产生的影响给予不同的权值(weight),如权值与距离成正比。-k-Nearest Neighbor algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4341
    • 提供者:郭乐
  1. kNN

    0下载:
  2. KNN分类方法,用于文本分类工作的研究。-KNN classification method, for text categorization of the research work
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:970
    • 提供者:杨雪
  1. knn

    0下载:
  2. 采用KNN(K邻近算法),用matlab平台实现的分类预测算法(Using KNN (K adjacent algorithm), using matlab platform to achieve the classification prediction algorithm)
  3. 所属分类:数学计算

    • 发布日期:2017-12-31
    • 文件大小:5120
    • 提供者:小龙女
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com