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

搜索资源列表

  1. com

    0下载:
  2. 贝叶斯文本分类小算法,使用java实现,可进行简单的文本分类-Bayesian text classification algorithm, implemented using java, simple text classification
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:1136895
    • 提供者:李可
  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. MyTextClassify

    0下载:
  2. 这个程序的主要功能是 文本分类,分类算法是朴素贝叶斯分类-The main function of this program is a text classification algorithm Naive Bayes classifier
  3. 所属分类:JavaScript

    • 发布日期:2017-12-06
    • 文件大小:1436690
    • 提供者:宋清华
  1. java_kmeans

    0下载:
  2. java实现kmeans算法,可以处理任意维度的向量。并将聚类结果写入文本。-The kmeans algorithm java, and can handle any dimension vector. And write text clustering results.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-09
    • 文件大小:693490
    • 提供者:武夷河
  1. NaiveBayes

    0下载:
  2. 基于朴素贝叶斯算法实现的文本分类程序,对数据挖掘的初学者具有很好的学习参考价值。-Based on Bayesian text classification algorithm procedures, data mining beginners a good learning reference value.
  3. 所属分类:Applet

    • 发布日期:2017-04-07
    • 文件大小:5616
    • 提供者:jcy
  1. zidianyasuo

    0下载:
  2. 字典压缩算法,用java实现的,可以运行,适合大多数文本-Dictionary compression algorithm, using java to achieve, you can run for most text
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:24265
    • 提供者:lgjc
  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. TextFliter01

    0下载:
  2. 文本过滤器 采用了贝叶斯算法 有界面输出 -Text filter Bayes
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1704952
    • 提供者:zlt
  1. java

    0下载:
  2. java数据结构课程设计利用线程计数比较多种排序算法文本编辑器-java editor
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:493012
    • 提供者:饶林
  1. textcluster

    0下载:
  2. 基于KMeans的文本聚类算法,支持文本输入,简单易懂-KMeans clustering algorithm based on text, support for text input, easy to understand
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:20948
    • 提供者:sean
  1. MyTextCluster

    1下载:
  2. 实现k-means算法的文本分类,用java代码实现的,希望对大家能有帮组-k-means cluster
  3. 所属分类:Java Develop

    • 发布日期:2015-05-23
    • 文件大小:8192
    • 提供者:王伟
  1. SimHash

    0下载:
  2. simhash算法的使用,可以进行网页去重,文本的相似度计算等-Use simhash algorithm can go heavy pages, such as text similarity calculation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:21004
    • 提供者:皇甫煜
  1. class

    0下载:
  2. 中文文本分类可以对已经分好词的文本进行分类,先自己导入数据,用libsvm中的svm进行分类和预测,特征用tfidf算法,还利用卡方检验进行了特征选择,可自行设定阈值-text mining
  3. 所属分类:JavaScript

    • 发布日期:2017-05-25
    • 文件大小:8218442
    • 提供者:徐振敬
  1. kmp

    0下载:
  2. java代码,KMP算法匹配,返回位移值,用户可自行改变原文本及想要匹配的文本-java code, KMP matching algorithm, the return displacement value, the user can change the original text of this and want to match their own
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:693
    • 提供者:jry
  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. julei

    0下载:
  2. TFIDF产生文本权重,在用K-means算法进行聚类。方法简单,可供相关人员参考继续深入学习-TFIDF generated text weights in with K-means clustering algorithm. The method is simple, the relevant officers for further study
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:10046
    • 提供者:scxznysgd
  1. 909aae2c-4f2c-4771-83e4-6894516f14e1

    0下载:
  2. 一个中文分词算法,可以实现将分词文本切分成自定义字典中的单词-A Chinese word segmentation algorithm, you can achieve the word segmentation text into a dictionary of words
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-28
    • 文件大小:15653
    • 提供者:lhs
  1. textClassifier

    0下载:
  2. 新闻文本分类器,采用naive Bayes算法。先对训练集处理得到词库,再通过测试集检验,核算分类器的正确率。-News texts classification, the use of naive Bayes algorithm. First treatment of the training set to get the thesaurus, then tested by the test set and accounting the correct rate of classificati
  3. 所属分类:Java Develop

    • 发布日期:2017-04-28
    • 文件大小:16582
    • 提供者:lin
« 1 2 34 »
搜珍网 www.dssz.com