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

搜索资源列表

  1. Knn17

    0下载:
  2. Knn algorithm implementation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:69903
    • 提供者:Qu媒 T脿i
  1. knnrfid

    0下载:
  2. KNN. K- Neighbor Nearest Algorithm
  3. 所属分类:RFID

    • 发布日期:2017-05-09
    • 文件大小:1957554
    • 提供者:anand
  1. KNNwebpageclassificate

    0下载:
  2. 实现中文网页分类,使用贝叶斯和KNN算法,基本功能可实现-The achievement of the Chinese web page classification, the use of Bayes and KNN algorithm, the basic functions can be realized
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2253035
    • 提供者:贾诏雄
  1. M-KNNalgorithm

    0下载:
  2. 用matlab实现的算法,速度非常快,是knn的经典算法。-The realization of the algorithm using matlab, very fast, is a classic knn algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:1374
    • 提供者:陈国章
  1. 15883855knn

    0下载:
  2. data mining algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1244
    • 提供者:said
  1. knn

    0下载:
  2. k最临近算法,希望大家相互交流,互相提高。-most k approaching algorithm, hope that we exchange with each other to improve.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:410558
    • 提供者:崔涛
  1. knn

    0下载:
  2. knn (k-nearest neighbor)用c++实现的近邻算法-knn (k-nearest neighbor) algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:4397
    • 提供者:sunchao
  1. 19854816mitmatlab

    0下载:
  2. 包含模式识别里很多函数的实现,分类器,KNN算法等,对学习者很有帮助-Include pattern recognition where a lot of function implementation, classifier, KNN algorithm, useful for learners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:651033
    • 提供者:zoukui
  1. knnsearch

    0下载:
  2. 寻找测试样本的最近邻,可以有效的用于用于模式识别,信号处理-This is a small but efficient tool to perform K-nearest neighbor search, which has wide Science and Engineering applications, such as pattern recognition, data mining and signal processing. The code was initially
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3255
    • 提供者:刘晓红
  1. SVM-KM

    0下载:
  2. KNN k nearest neighbours, this is a method to design which cluster the test sample belong to using the KNN algorithm,which is a matlab code worth using and download.-k nearest neighbours, this is a method to design which cluster the test sample belon
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:375094
    • 提供者:wang bin
  1. KNN

    0下载:
  2. knn算法,希望对大家有用.这是上部分,接下去我还会上传下部分,和中部分-knn algorithm, we want to be useful. This is the last part, it follows that I will upload the next part, and in some
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1290667
    • 提供者:luwanming
  1. Knn

    0下载:
  2. knn algorithm which is used to find the nearest neighbour
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:1449
    • 提供者:prateek
  1. KNN

    0下载:
  2. 自己编写的近邻法算法,包括k近邻法、两分剪辑和重复剪辑、压缩算法。在文档中给出了一个简单的算法原理说明,详细参考边肇的《模式识别》。注:里面的分类线绘制算法存在一些问题,仅供大家参考修改。-The nearest neighbor algorithm written by myself, including k nearest neighbor, the two sub-editing and re editing, compression algorithm. The document giv
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:43051
    • 提供者:陈章
  1. knn

    0下载:
  2. 详细的写出了KNN算法的代码,供需要的朋友学习指导-KNN algorithm is a detailed write the code, study guide for a friend in need
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:1919206
    • 提供者:李明
  1. knn

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

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

    0下载:
  2. k近邻分类算法,VC++实现的,验证了正确性-k nearest neighbor classification algorithm, VC++ implementation to verify the correctness
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:895
    • 提供者:杨丽
  1. adding_generics-2_4ea

    0下载:
  2. 实现文本分类 KNN算法 VSN向量容量模型-Text categorization KNN algorithm VSM
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-18
    • 文件大小:4760600
    • 提供者:王杰
  1. KNN_1

    0下载:
  2. KNN algorithm on IRIS data using matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:770
    • 提供者:b
  1. papers

    0下载:
  2. These are knn algorithm documentations-These are knn algorithm documentations...
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2880939
    • 提供者:jana
  1. knn

    0下载:
  2. This document contains the K Nearest algorithm report,It also describes the working method of KNN algorithm
  3. 所属分类:Project Manage

    • 发布日期:2017-05-02
    • 文件大小:684236
    • 提供者:A.Parameswari
« 1 2 3 45 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com