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

搜索资源列表

  1. KNN

    0下载:
  2. knn算法,java 源码实现,简单有效的算法-algorithm of knn,a simple and efficient algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1.5kb
    • 提供者:dolphin
  1. RoughSet

    0下载:
  2. 可嵌入weka 的粗糙集分类算法程序 -Can be embedded in the rough set classification algorithm weka program
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:5.45kb
    • 提供者:fish
  1. KNN

    0下载:
  2. KNN算法,数据挖掘中的,很适合初学者学习啊。-KNN algorithm, data mining, it is suitable for beginners to learn ah.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:21.81kb
    • 提供者:马启超
  1. ml-knn

    0下载:
  2. code for K Nearest Neighbor algorithm in java
  3. 所属分类:Applet

    • 发布日期:2017-03-24
    • 文件大小:37.35kb
    • 提供者:buvi
  1. Knn-java

    1下载:
  2. java实现的数据挖掘knn算法,一般算法的改进,准确率有所提高-java implementation of data mining knn algorithm, the general algorithm, improved accuracy
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:8.17kb
    • 提供者:ethen
  1. src

    0下载:
  2. src.rar this is used to develop knn algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:15.25kb
    • 提供者:srinivas
  1. KNN

    0下载:
  2. this is used to develop the knn algorithm
  3. 所属分类:Applet

    • 发布日期:2017-04-13
    • 文件大小:2.24kb
    • 提供者:srinivas
  1. icmc

    0下载:
  2. this can be used to develop the knn algorithm easily
  3. 所属分类:JavaScript

    • 发布日期:2017-04-16
    • 文件大小:14.93kb
    • 提供者:srinivas
  1. KNN-and-KMean

    0下载:
  2. KNN and KMean algorithm in Java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2.11kb
    • 提供者:Marsge
  1. classify

    0下载:
  2. KNN算法 过热个个人情感人分给4天然3团购3它推24他3天2天推4推4推435推五万三千二百四十五-The KNN algorithm overheating personal affection and give the 4 3 buy natural push it 24 three days and two days he pushed 4 push 4 push 435 push Wuwan 3,200 45
  3. 所属分类:JavaScript

    • 发布日期:2017-11-14
    • 文件大小:178.33kb
    • 提供者:戎挺
  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
    • 文件大小:22.92kb
    • 提供者:郭应林
  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
    • 文件大小:5.6kb
    • 提供者:hanson
  1. knn-source

    0下载:
  2. 实现knn算法。可以直接使用,非常方便、好用的-Knn algorithm. Can be used directly, very convenient, easy to use
  3. 所属分类:Java Develop

    • 发布日期:2017-11-28
    • 文件大小:20.11kb
    • 提供者:asd
  1. KNN

    0下载:
  2. KNN算法的实现,并提供了测试数据集,在数据挖掘方面有需要的同学可以下载去看看。-KNN algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-11-18
    • 文件大小:10.04kb
    • 提供者:小瓜瓜
  1. KNN

    0下载:
  2. KNN算法分析及研究,将训练元组和测试元组看作是n维(若元组有n的属性)空间内的点,给定一条测试元组,搜索n维空间,找出与测试元组最相近的k个点(即训练元组),最后取这k个点中的多数类作为测试元组的类别。-Yuan KNN algorithm analysis and research, the training set and test set as a n d have the n properties (if a tuple) within the space of points, giv
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-16
    • 文件大小:188.36kb
    • 提供者:duanyy
  1. KNN-Java

    0下载:
  2. KNN算法及其java实现;描述了KNN算法的思想和步骤,并给出java代码-KNN algorithm and its java implementation It describes the ideas and procedures of KNN algorithm, and gives java code
  3. 所属分类:JavaScript

    • 发布日期:2017-04-06
    • 文件大小:186.02kb
    • 提供者:dudu
  1. knn-java

    0下载:
  2. KNN算法java实现,可跑,可执行,无需做改动。-KNN algorithm to achieve the java can run the executable without making changes.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3.06kb
    • 提供者:SensorNetwork
  1. knn

    0下载:
  2. 运用java 语言简单实现knn算法,邻近算法,或者说K最近邻(kNN,k-NearestNeighbor)分类算法是数据挖掘分类技术中最简单的方法之一(Using java language simple implementation of KNN algorithm, neighbor algorithm, or K nearest neighbor (kNN, k-NearestNeighbor) classification algorithm is one of the simples
  3. 所属分类:Java编程

    • 发布日期:2017-12-15
    • 文件大小:2kb
    • 提供者:武林至尊
  1. knn

    0下载:
  2. KNN改进算法,在KNN原有的基础之上进行改进的呢算法(The improved algorithm of KNN can improve the algorithm)
  3. 所属分类:Applet

  1. knn

    0下载:
  2. 数据挖掘与机器学习之knn算法原理实例。(An example of the principle of data mining KNN algorithm)
  3. 所属分类:Java编程

    • 发布日期:2018-04-29
    • 文件大小:2kb
    • 提供者:pgd
« 12 »
搜珍网 www.dssz.com