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

搜索资源列表

  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
    • 文件大小:182605
    • 提供者:戎挺
  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. classfication

    0下载:
  2. 基于贝叶斯及KNN算法的newsgroup文本分类器,整个程序,可以直接导入-The newsgroup text classification algorithm based on Bayesian and KNN, the entire program can be directly imported
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:1622766
    • 提供者:bazhiqiang
  1. KDTree2KNN

    0下载:
  2. 基于kdtree的KNN分类算法,利用kdtree在检索方面的优势有效地提高knn分类的性能,减小了分类的时间复杂度-Kdtree of KNN-based classification algorithm, using kdtree retrieval effectively improve knn classification performance, reducing the time complexity of the classification
  3. 所属分类:Java Develop

    • 发布日期:2017-12-05
    • 文件大小:18121
    • 提供者:shiyulong
  1. kNN_python

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

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

    0下载:
  2. 基于Hadoop的KNN分类算法,在MapReduce框架下编写,集群环境下调试成功。-KNN classification algorithm based on Hadoop, MapReduce framework under preparation, cluster environment debugging success.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:1684
    • 提供者:王梦
  1. classfication

    0下载:
  2. 基于贝叶斯及KNN算法的newsgroup文本分类器,整个程序,可以直接导入-And KNN algorithm based on Bayesian text classifier newsgroup, the entire program, you can directly import
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3490430
    • 提供者:黄杰
  1. classfication

    0下载:
  2. 基于贝叶斯及KNN算法的newsgroup文本分类器,整个程序,可以直接导入-And KNN algorithm based on Bayesian text classifier newsgroup, the entire program, you can directly import
  3. 所属分类:Java Develop

    • 发布日期:2017-05-20
    • 文件大小:5818853
    • 提供者:周伟
  1. Knn-Classifier-master

    0下载:
  2. its a machine learning code
  3. 所属分类:Java Develop

    • 发布日期:2017-06-16
    • 文件大小:25372982
    • 提供者:GANESH
  1. Classification

    0下载:
  2. KNN和贝叶斯文本分类,代码有点多,在运行的时候要提供训练文本-KNN and Bayesian text classification, code a little more run time to provide training text
  3. 所属分类:Java Develop

    • 发布日期:2017-06-11
    • 文件大小:18827441
    • 提供者:wangyuwen
  1. javaKNN

    0下载:
  2. java KNN 算法源码: 邻近算法,或者说K最近邻(kNN,k-NearestNeighbor)分类算法可以说是整个数据挖掘分类技术中最简单的方法了。所谓K最近邻,就是k个最近的邻居的意思,说的是每个样本都可以用她最接近的k个邻居来代表。 kNN算法的核心思想是如果一个样本在特征空间中的k个最相似的样本中的大多数属于某一个类别,则该样本也属于这个类别,并具有这个类别上样本的特性。该方法在确定分类决策上只依据最邻近的一个或者几个样本的类别来决定待分样本所属的类别。 kNN方法在类别决策
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:41635
    • 提供者:lotes
  1. KNN-Java-Code

    0下载:
  2. 1NN的Java源代码,存在于weka环境下,weka是一款很好的数据挖掘工具。-1NN Java source code exists in the weka environment, weka is a very good data mining tools.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:3447
    • 提供者:李杰
  1. KNNre

    0下载:
  2. JAVA写的K最近邻算法的基本实现,可以调试通过。-KNN algorithm using JAVA.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:1698
    • 提供者:汪敏
  1. HelloSpring

    0下载:
  2. knn search algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-05-30
    • 文件大小:12698523
    • 提供者:zied
  1. DataMining

    1下载:
  2. 分类算法的java实现,包括KNN算法,朴素贝叶斯算法等-Classification algorithm to achieve by java, including KNN algorithm, Naive Bayes algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-05-14
    • 文件大小:41462
    • 提供者:weizhijie
  1. WekaKnnInJAVA-master

    0下载:
  2. weka knn java算法实例,K-最近邻算法分析测试-weka knn java api
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2292
    • 提供者:liuhuiya
  1. KNNTest

    0下载:
  2. Java 实现 KNN算法 包含测试数据 -Java implementation KNN algorithm consists of test data
  3. 所属分类:Java Develop

    • 发布日期:2017-05-01
    • 文件大小:34985
    • 提供者:taoyiyi
  1. wifiLocation

    1下载:
  2. 基于指纹定位的室内定位,在线匹配用的是KNN算法,文件中包含了客户端和服务器代码,需要自己配置好相应的数据库并部署好定位AP才能使用。-Fingerprint-based indoor location positioning, online match using KNN algorithm, the file contains the client and server code, you need to configure their own good and the appropriat
  3. 所属分类:Java Develop

    • 发布日期:2016-09-13
    • 文件大小:966656
    • 提供者:lijing
  1. CLASSIFICATION-with-newsgroup

    0下载:
  2. 多文本分类,KNN和朴素贝叶斯算法,英文文本,-Text categorization, KNN and naive bayes algorithm, the English text,
  3. 所属分类:JavaScript

    • 发布日期:2017-05-11
    • 文件大小:2444211
    • 提供者:王源
  1. ML_project

    0下载:
  2. 程序是对手写体数字进行识别,用knn算法,代码编写是用java。训练样本和验证样本都在代码中提供了。-The program is to handwriting figures to identify, with knn algorithm, the code is written with java. Training samples and validation samples are provided in the code.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-11
    • 文件大小:523357
    • 提供者:DawnFan
« 1 2 34 »
搜珍网 www.dssz.com