CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - nearest neighbor algorithm

搜索资源列表

  1. TESTBR

    0下载:
  2. k NN algorithm nearest neighbor search
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:754byte
    • 提供者:Namrata
  1. ann_1.1.2

    0下载:
  2. code for approximate nearest neighbor algorithm,最经典的近似搜索算法-code for approximate nearest neighbor algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-05-13
    • 文件大小:2.98mb
    • 提供者:Shock
  1. point

    0下载:
  2. 用Visual C++6.0编写的模式识别中的最近邻算法-Written using Visual C++6.0 pattern recognition in the nearest neighbor algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1.84mb
    • 提供者:xiaoleeyu
  1. 20257147knn

    1下载:
  2. knn最近邻算法在给定新文本后,考虑在训练文本集中与该新文本距离最近(最相似)的 K 篇文本,根据这 K 篇文本所属的类别判定新文本所属的类别,具体的算法步骤如下: 一、:根据特征项集合重新描述训练文本向量 二、:在新文本到达后,根据特征词分词新文本,确定新文本的向量表示 三、:在训练文本集中选出与新文本最相似的 K 个文本-knn nearest neighbor algorithm in the given text, to consider in the train
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:42.01kb
    • 提供者:千木流云
  1. code

    0下载:
  2. Using the nearest neighbor algorithm for clustering and classification of random samples and calculate the classification rate, compared to the algorithm including modified versions
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:2.44kb
    • 提供者:mina
  1. KHWR.kNN-master

    0下载:
  2. k-nearest neighbor algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-28
    • 文件大小:399.81kb
    • 提供者:Botassssssss
  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
    • 文件大小:4.46mb
    • 提供者:wyj
  1. Basic-KNN-Implementation-by-Emre-Aslan

    0下载:
  2. Basic implementation of k nearest neighbor algorithm. I have implemented it for a Machine Learning lecture homework.
  3. 所属分类:Other systems

    • 发布日期:2017-12-07
    • 文件大小:23.12kb
    • 提供者:aslane
  1. nn

    0下载:
  2. 最近邻算法实现 k近邻 Z为训练集,每行一个样本,n*m labZ为与Z对应的类别,列向量 Z_T为测试集,每行一个样本,p*m labZ_T为输出结果,p*1-Nearest-neighbor algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:564byte
    • 提供者:裴唯一
  1. prog.m

    0下载:
  2. k nearest neighbor algorithm for matlab
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:1.26kb
    • 提供者:Devesh
  1. knn_K-nearest

    0下载:
  2. 是K最邻近结点算法(k-Nearest Neighbor algorithm)的缩写形式,是电子信息分类器算法的一种。KNN方法对包容型数据的特征变量筛选尤其有效。-k-Nearest Neighbor algorithm, It is a very useful matlab code.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:2.59kb
    • 提供者:王某
  1. KNN

    0下载:
  2. Implement the K nearest neighbor algorithm by your own instead of using available software. 2. Use K-fold cross validation to generate training and testing datasets. You should try different K values (3~8) to see how they affect your result. 3. T
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:158.13kb
    • 提供者:Chang
  1. Nearest_Neighbor

    0下载:
  2. KNN k s nearest neighbor algorithm-KNN k' s nearest neighbor algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:574byte
    • 提供者:谢达
  1. Image-Interpolation-Algorithm

    0下载:
  2. 文档包括双线性插值算法和最近邻域算法的详细介绍,以及算法的相关计算。-Documentation includes bilinear interpolation algorithm and the nearest neighbor algorithm which is described in detail, as well as algorithms related calculations.
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5.67mb
    • 提供者:轻车
  1. SerialKNN

    0下载:
  2. KNN-是K最邻近结点算法(k-Nearest Neighbor algorithm)的缩写形式,是电子信息分类器算法的一种。KNN方法对包容型数据的特征变量筛选尤其有效。-In pattern recognition, the k-nearest neighbors algorithm (k-NN) is a non-parametric method for classification and regression, that predicts objects "values"
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:17.9kb
    • 提供者:chelin
  1. 1NNC

    0下载:
  2. C语言实现1NN最近邻算法,可用于时间序列的分类,准确率高-C language implementation 1NN nearest neighbor algorithm, used to classify time series, high accuracy
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1.08kb
    • 提供者:庄旨鉴
  1. KNN_Example

    0下载:
  2. 最近邻算法,一个经典的算法。供初学者参考。-The nearest neighbor algorithm, a classic algorithm. For beginners reference.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:628byte
    • 提供者:张光华
  1. Nearest-neighbor-classifier

    0下载:
  2. 本程序实现了最近邻分类器的K近邻算法。实现方式是使用matlab-This program implements a nearest neighbor classifier K-nearest neighbor algorithm. Implementation using matlab
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:12.38kb
    • 提供者:王康
  1. KNN

    0下载:
  2. 自己编写的最近邻KNN算法,采用的距离是欧氏距离,附加了详细的中文注释,还有一个测试集和一个训练集- I have written KNN nearest neighbor algorithm, the distance is the Euclidean distance, additional detailed notes in Chinese, as well as a test set and a training set
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2.31kb
    • 提供者:金国跃
  1. K-Nearest Neighbor Classifier

    0下载:
  2. 调用于sklearn平台的K-Nearest Neighbor Classifier算法,有着较好的分类能力(The k-nearest Neighbor Classifier algorithm for sklearn platform has good classification ability.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1kb
    • 提供者:794937246
« 12 3 »
搜珍网 www.dssz.com