CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - java 分类

搜索资源列表

  1. maxent

    0下载:
  2. 最大熵模型源代码,使用java编写,可以用来进行分类。-maximum entropy model source code, the use of java preparation, can be used for classification.
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:2.08mb
    • 提供者:麦浪
  1. Classifier4J-0.6-dist

    0下载:
  2. 可用于文本分类的贝叶斯分类器,java开源项目-can be used for text classification Bayesian classifier, java open source projects
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:169.44kb
    • 提供者:null
  1. StanfordClassifier.tar

    0下载:
  2. Standord Classifier实现了一个基于Java的最大熵分类器。用于模式识别,特别是自然语言处理方面的应用。-Stanford Classifier achieved a Java-based Maximum Entropy classifier. For pattern recognition, especially natural language processing the application.
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:230.02kb
    • 提供者:王志强
  1. KNNSOURCECODE

    1下载:
  2. java 实现KNN文件分类器的源码 java 实现KNN文件分类器的源码-java achieve KNN classifier document java achieve the source document KNN classifier of the source code
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:2.58kb
    • 提供者:wu
  1. svm_java

    1下载:
  2. 应用java实现的svm支持向量机的分类算法!相信对svm感兴趣的朋友有很大帮助!-java application realized svm SVM classification algorithm! Believe that the right svm interested friends will be of great help!
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:59.23kb
    • 提供者:司祁
  1. NaiveBayes

    0下载:
  2. 朴素贝叶斯分类算法,《机器学习及java实现里面的》
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:3.89kb
    • 提供者:王新
  1. AttributeSelectedClassifier

    0下载:
  2. 分类的属性选择算法,《机器学习及java实现里面的》
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:4.08kb
    • 提供者:王新
  1. Accidence

    0下载:
  2. 用java编写的词法分析程序,识别高级程序语言的词法分类。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.78kb
    • 提供者:lixin
  1. lucene.rar

    0下载:
  2. java中lucene的源代码,用于文本分类的一个很好的工具,是由一个著名的语言研究者编写的,lucene code for java
  3. 所属分类:中文信息处理

    • 发布日期:2017-03-26
    • 文件大小:95.71kb
    • 提供者:wendell
  1. PLSA

    0下载:
  2. PLSA 的Java实现,可以用于图像处理,文本分类,文本聚类等-code of PLSA in JAVA
  3. 所属分类:MultiLanguage

    • 发布日期:2016-01-24
    • 文件大小:1.77kb
    • 提供者:朱俊
  1. CRF1-2

    0下载:
  2. CRF1.2,条件随机场软件包,很好用很流行的一个文本分类软件,可以用于自然 语言的处理,标签,分类,词性发现,用户只需要着重构造特征函数既可以,实验结果和应用表明crf要优于隐马尔科夫模型。实现环境为java语言。-CRF1.2, conditions package with the airport, very good very popular with a text classification software, can be used in natural language proc
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-10
    • 文件大小:2.15mb
    • 提供者:陈先开
  1. text_category

    0下载:
  2. 中文自动分类。使用spider抓取网络信息,利用lucene的分词及KNN方法。-Chinese automatic classification. The use of spider crawl network information, the use of Lucene sub-word and KNN methods.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-02
    • 文件大小:8.69kb
    • 提供者:TZH
  1. webcat

    0下载:
  2. 这是一个100 %纯Java库,您可以使用适用于N元 分析技术的过程分为文本文件。 该计划包括几个不同的分类算法, namelly 支持向量机,贝叶斯Logistic回归,神经网络分类和文本压缩 算法。如支持向量机和贝叶斯Logistic回归,一个 “一对一” 用于多类分类。更详细的说明这些学习算法和可用的选项,请提供的javadocs 。-It is a 100 pure Java library that you can use to apply N-Gr
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-26
    • 文件大小:818.92kb
    • 提供者:liwen
  1. 51622417ocx

    0下载:
  2. 本站以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类,很多都是本站会员的私家珍藏,互联网上其他地方是找不到的-Powered by C language and Java language, embedded development, algorithm-based, the number of up to hundreds of thousands of source code, there are more than 200 categories, ma
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-18
    • 文件大小:4.57mb
    • 提供者:cf
  1. Test Class By SVM

    2下载:
  2. 支持向量机实现的文本分类程序,过程如下,首先使用分词工具分词,这里使用的是计算所的分词工具,从而保证分词是最优秀的,接下来使用国际效率最高的文本IFIDF向量生成工具生成文本相量,最后使用台湾林智恒的效率最高的SVM实现软件包libsvm实现训练和分类,可以这么说,该文本分类是同类中效率最高最准确的-text classfication source code use 3 technology.words sementation,vector gerneration,and libsvm too
  3. 所属分类:中文信息处理

    • 发布日期:2013-08-07
    • 文件大小:17.77mb
    • 提供者:111111
  1. a

    0下载:
  2. 本站以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类,很多都是本站会员的私家珍藏,互联网上其他地方是找不到的-Powered by C language and Java language, embedded development, algorithm-based, the number of up to hundreds of thousands of source code, there are more than 200 categories, ma
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:3.23kb
    • 提供者:陈彦林
  1. cj

    0下载:
  2. 本站以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类,很多都是本站会员的私家珍藏,互联网上其他地方是找不到的-Powered by C language and Java language, embedded development, algorithm-based, the number of up to hundreds of thousands of source code, there are more than 200 categories, ma
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:1.37kb
    • 提供者:陈彦林
  1. e

    0下载:
  2. 本站以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类,很多都是本站会员的私家珍藏,互联网上其他地方是找不到的-Powered by C language and Java language, embedded development, algorithm-based, the number of up to hundreds of thousands of source code, there are more than 200 categories, ma
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-13
    • 文件大小:3.23kb
    • 提供者:陈彦林
  1. naiveBayesClassify

    0下载:
  2. 自己用JAVA编写的朴素贝叶斯分类器程序,测试过,没问题,放心下载吧。-Naive Bayes classifier program written with JAVA, and tested, no problem, rest assured download it.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-18
    • 文件大小:6.37kb
    • 提供者:耿淑娟
  1. JavaCODE

    0下载:
  2. 分本分类去除停用词Java源码,并能以文件形式返回-The sub-classification to remove stop words Java source code, and can return to the documentary form
  3. 所属分类:assembly language

    • 发布日期:2017-05-04
    • 文件大小:12.58kb
    • 提供者:tql
搜珍网 www.dssz.com