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

搜索资源列表

  1. MyClassifyi

    0下载:
  2. 本程序主要是实现knn算法,KNN(k Nearest Neighbors)算法又叫k最临近方法,在分类和模式识别方面都有重要的应用。-The program mainly knn algorithm ,KNN (k Nearest Neighbors) algorithm also known as k nearest neighbor method has important applications in classification and pattern recognition.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:3643583
    • 提供者:terry
  1. KHWR.kNN-master

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

    • 发布日期:2017-11-28
    • 文件大小:409402
    • 提供者:Botassssssss
  1. knn_java

    0下载:
  2. 数据挖掘的knn算法,是数据挖掘的最基本算法之一-The knn algorithm of data mining, is one of the most basic data mining algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:38848
    • 提供者:陳琉璃
  1. kd-Tree-On-KNN

    0下载:
  2. 利用K_D树数据结构实现K邻域搜索的算法代码-K_D tree data structure the K neighborhood search algorithm code
  3. 所属分类:Data structs

    • 发布日期:2017-11-07
    • 文件大小:2628856
    • 提供者:叶冬荣
  1. yangliu

    0下载:
  2. 用KNN算法实现的文本分类系统,很详细,作者很强大,尤其是对于MAP的使用,炉火纯青,值得学习,受益匪浅!-KNN algorithm with the text classification system, very detailed, the author is very strong, especially for the use of the MAP, high degree of professional proficiency, it is worth learning, benef
  3. 所属分类:Applet

    • 发布日期:2017-12-01
    • 文件大小:23472
    • 提供者:郭应林
  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. 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
    • 文件大小:23670
    • 提供者:aslane
  1. KNNweka

    0下载:
  2. application de l algorithme KNN en utilisant WEKA dans la lecture des fichier et une methodes optimisé pour parcourir la liste des instance une seul fois lors de la recherche et de la classification application of KNN algorithm in WEKA using file
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-16
    • 文件大小:3697
    • 提供者:idir
  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. KNN

    0下载:
  2. java实现KNN(k-Nearest Neighbor algorithm)算法,可以设置改变k值。-The code implement KNN(k-Nearest Neighbor algorithm)algorithm,and you can change the value of K.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-29
    • 文件大小:5731
    • 提供者:hanson
  1. MIML-kNN

    0下载:
  2. It is a matlab code for K Nearest Neighbor algorithm.
  3. 所属分类:Communication

    • 发布日期:2017-11-07
    • 文件大小:630100
    • 提供者:bikky
  1. KNN

    0下载:
  2. Algorithm KNN programming in Java
  3. 所属分类:Algorithm

    • 发布日期:2017-12-08
    • 文件大小:2431
    • 提供者:jjose3
  1. KNN

    0下载:
  2. this file is a scr ipt containing the algorithm of KNN with an exemple of application-this file is a scr ipt containing the algorithm of KNN with an exemple of application
  3. 所属分类:matlab

    • 发布日期:2017-11-14
    • 文件大小:10484
    • 提供者:Debache
  1. KNN

    0下载:
  2. 数据挖掘经典算法 (C语言实现版)KNN最近邻算法-Classical data mining algorithms KNN nearest neighbor algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-05
    • 文件大小:661590
    • 提供者:刘涛
  1. knn

    0下载:
  2. 实现构建k-d树并且实现k-d树上的最邻近查找算法-Build a kd-tree and kd tree nearest neighbor search algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:1826
    • 提供者:汪小龙
  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
    • 文件大小:161926
    • 提供者:Chang
  1. KNN

    0下载:
  2. 是K最邻近结点算法的缩写形式,是电子信息分类器算法的一种。KNN方法对包容型数据的特征变量筛选尤其有效。-The K nearest neighbor node algorithm abbreviated form of electronic information is a classification algorithm. KNN method based on the inclusion of data characteristic variable filter is particula
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-04
    • 文件大小:754928
    • 提供者:黄晓峰
  1. knn.m

    0下载:
  2. KNN the original method you can try to compare to another algorithm
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:642
    • 提供者:MooD
  1. knn

    0下载:
  2. 使用java实现数据分类算法最近邻分算法knn,没有使用数据库,直接将数据存储在arraylist中-Using java nearest neighbor classification algorithm for data points algorithms knn, do not use a database, the data is stored directly in the arraylist
  3. 所属分类:Java Develop

    • 发布日期:2017-11-16
    • 文件大小:3545
    • 提供者:wo
  1. knn

    0下载:
  2. 最近邻算法(KNN)matlab代码实现,附数据集-Nearest Neighbor algorithm (KNN) matlab code, with data sets
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:13308231
    • 提供者:Y
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 24 »
搜珍网 www.dssz.com