CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - K近邻算法

搜索资源列表

  1. MATLAB

    0下载:
  2. k近邻算法 均值算法 中值算法 针对高斯和椒盐图像去噪-means algorithm k nearest neighbor algorithm in the value of denoising for Gaussian and salt and pepper
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:1818624
    • 提供者:wuyuehong
  1. K-mean

    0下载:
  2. 最近邻分类器是一个用来聚类的算法,可以用来对iris数据进行聚类-k-means is a neanest alogorim
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1688
    • 提供者:zcg
  1. MARK_KNN

    0下载:
  2. k-nearest-neighbor K近邻算法的C++实现,训练后模型可以对测试数据进行归类。找了一些PUDN上的程序发现都没有很好的训练和测试数据集,所以自己写了一个直接放在main函数里面,不要从外部文件读取。工程运行于vc++ 6.0环境。Debug目下exe文件可以直接双击运行查看结果。-K nearest neighbor of C++ implementation, training model can be classified on the test data. Find so
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:352972
    • 提供者:
  1. 4

    0下载:
  2. K近邻算法(KNN)的matlab源代码,程序清晰易读-K neighbor algorithm (KNN) of matlab source code, and the program is clear and easy to read
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:893401
    • 提供者:水影
  1. 8

    0下载:
  2. K近邻算法(KNN)的matlab源代码,程序清晰易读-K neighbor algorithm (KNN) of matlab source code, and the program is clear and easy to read
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:252434
    • 提供者:水影
  1. K-negibour-method

    0下载:
  2. 利用K近邻法实现数字识别算法。误差小,识别效率高,网络训练速度快。-K-nearest neighbor algorithm, digital identification algorithm. Error is small, high recognition efficiency and speed of network training.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:521214
    • 提供者:yanzheng zhu
  1. k-nearest-neighbor

    0下载:
  2. 对大量文件中相关内容的搜索,k近邻查询算法及一些改进-A large number of files in the search k nearest neighbor query algorithm and some improvements
  3. 所属分类:Other systems

    • 发布日期:2016-12-08
    • 文件大小:4675584
    • 提供者:wyj
  1. KNN

    0下载:
  2. 模式识别大作业K近邻算法(KNN)C++实现,内有iris和wine数据测试以及其他相关资料。-, Pattern Recognition large job K nearest neighbor algorithm (KNN) C++ achieved within the iris and wine data testing and other relevant information.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-19
    • 文件大小:2373410
    • 提供者:VanillaChow
  1. kNN

    0下载:
  2. 用matlab实现K近邻算法,用于数据挖掘的分类-K-nearest neighbor algorithm for the classification of data mining using matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-04
    • 文件大小:572
    • 提供者:陈晓
  1. srknn

    0下载:
  2. 自己用matlab编写实现的一个k近邻算法,并有训练和测试数据,能运行。附有注释,简单清晰。-a k-nearest neighbour algorithm developped using matlab.
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:1171
    • 提供者:BoSR
  1. fcm

    0下载:
  2. fcm 聚类两个k近邻算法,k近邻的非正式描述,就是给定一个样本集exset,样本数为M,每个样本点是N维向量,对于给定目标点d,d也为N维向量,要从exset中找出与d距离最近的k个点(k<=N),当k=1时,knn问题就变成了最近邻问-fcm cluster
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:35881
    • 提供者:张芳俊
  1. K---nearest-neighbour-classifier

    0下载:
  2. 采用快速K近邻与Kmeans聚类算法来计算前K个近邻,舍弃了一部分不可能成为待测样本的前K个近邻的训练样本,从而减少了计算量,提高了分类速度-Fast K-nearest neighbor Kmeans clustering algorithm to calculate the K nearest neighbors, abandoning the training samples of the part can not become the first K neighbors of the t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-06
    • 文件大小:3608
    • 提供者:houying
  1. wine_class

    0下载:
  2. 借助于k-近邻算法,实现对酒品质的鉴定。并在算法中采用k值的调整以求结果更优。-By means of a k-nearest neighbor algorithm, identification of the quality of the wine. And k values ​ ​ used in the algorithm to adjust in order to better results.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-22
    • 文件大小:249749
    • 提供者:Aaron Lee
  1. KNNC

    0下载:
  2. 使用K近邻算法分类的代码,可返回分类的识别率-KNN Classification
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:1188
    • 提供者:zheng
  1. kNN_python

    1下载:
  2. python实现机器学习之k近邻算法,里面附有相关数据文件-kNN arithmetic for python
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:337958
    • 提供者:wangguolong
  1. knn

    0下载:
  2. knn k近邻算法,可选择欧式距离或者曼哈顿距离-knn k nearest neighbor, Euclidean distance or Manhattan can choose the distance
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1767
    • 提供者:葛文耀
  1. k-ball-fast-search

    0下载:
  2. 自适应空间球的k邻域快速搜索算法,利用空间微分块与动态球策略的k近邻搜索算法研究-Origianl-Adaptive spatial neighborhood k ball fast search algorithm, differential block the use of space and dynamic ball strategy k nearest neighbor search algorithm-Origianl
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-08
    • 文件大小:381702
    • 提供者:闫子熙
  1. KNN

    0下载:
  2. k近邻算法的matlab程序实现,注释详尽,通俗易懂,适合初学者-matlab s program of k-nearest algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:3707
    • 提供者:王云龙
  1. TreeGenerate

    0下载:
  2. 利用opencv对特征向量或者原子生成四叉树,并存储。树的分叉采用K近邻算法-Using opencv generated and stored quadtree
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:2691
    • 提供者:zhengjunjie
  1. 8888458knn

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

    • 发布日期:2017-04-02
    • 文件大小:81749
    • 提供者:李修鹤
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com