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

搜索资源列表

  1. wasalibs_bundle20020828

    0下载:
  2. java编写的分类算法实现,包括svm,knn等多种基于机器学习的分类算法。-java prepared by the classification algorithm, including svm. knn and other machine learning-based classification algorithm.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4106087
    • 提供者:liangye
  1. RoughSet

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

    • 发布日期:2017-03-29
    • 文件大小:5578
    • 提供者:fish
  1. 87361025kmeans(JAVA)

    0下载:
  2. Knn Classifier that fits to text classification as well.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2138
    • 提供者:Katerina
  1. KNN

    0下载:
  2. Knn classification java rar
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2299
    • 提供者:mecit
  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

    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

    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. 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. 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. KNN

    0下载:
  2. 实现了KNN文本的分类,KNN最近邻基于欧几里德距离的JAVA算法实现适用于初级学习KNN的初学者。-Realization of KNN text classification, KNN nearest neighbor JAVA algorithm for Euclidean distance implementation is applied to the primary learning KNN beginners based on.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-24
    • 文件大小:12862
    • 提供者:罗志强
  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. knn

    0下载:
  2. 用java实现knn分类算法,实现对所需数据的分类。-Using java to achieve knn classification algorithm to achieve the desired data classification.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-30
    • 文件大小:18223
    • 提供者:李闯
  1. CLASSIFICATION-with-newsgroup

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

    • 发布日期:2017-05-11
    • 文件大小:2444211
    • 提供者:王源
  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
    • 文件大小:2048
    • 提供者:武林至尊
  1. BreastCancer

    0下载:
  2. Java实现机器学习经典分类算法,代码中实现了决策树、贝叶斯和KNN三个分类算法(Java implements the classic classification algorithm for machine learning. The code implements three classification algorithms: decision tree, Bayes and KNN)
  3. 所属分类:Java编程

    • 发布日期:2018-04-21
    • 文件大小:87040
    • 提供者:sasworld
搜珍网 www.dssz.com