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

搜索资源列表

  1. byesjava

    0下载:
  2. 贝叶斯算法文本分类的实现。。。Java语言编写-Bayesian text classification algorithm implementation. . . Java language
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1603824
    • 提供者:susan
  1. javalab

    0下载:
  2. java实验答案。其中包括:金额的中文大写方式 ,约瑟夫环问题,设计银行账户类及存取款操作方法,字符串练习与面向对象技术,设计学生成绩表,计算器,利用线程比较插入冒泡排序算法的好坏,使用多种方式读取文本文件。以及最后的 java中必懂的内容简介。-java experimental answer. These include: the amount of the way the Chinese capital, Joseph Central issues, the design of bank
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:38616
    • 提供者:tangtang
  1. DBscan

    0下载:
  2. 用java写的DBscan算法,支持文本读入,并且结果可以用图像显示的-With DBscan algorithm written in java, read text, and the results can be graphically
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1972
    • 提供者:Calvin Chen
  1. source_code_to_html

    0下载:
  2. 这个程序是我以前写的,用于把源代码高亮的,即可把文本格式的源代码高亮关键字,里面有算法思想等说明.做出来的效果很不错的.-I used this procedure is written to the source code for the highlighted, you can format the text of the source code highlighted keywords, there are algorithms that thought. Done a very good
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-07
    • 文件大小:61086
    • 提供者:tan sir
  1. Document.java

    0下载:
  2. 搜索引擎的基本算法,可以处理文本,非常好用-The basic search engine algorithms, can handle text, very easy to use
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2134
    • 提供者:wintwelve
  1. exceltxt

    0下载:
  2. 改算法将excel中的内容读入文本,并将excel中每个单元格中的值以“,”号隔开,excel中的每一列在文本中逻辑上是一行-it implement the excel to txt. put the value of excel cell to the txt. with , seperate each of them.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:677246
    • 提供者:徐廷
  1. K_Means

    0下载:
  2. K-Means(java)算法 有界面,可从文本中读取数据-K-Means (java) algorithm has interface to read data from text
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:3020
    • 提供者:fourseel
  1. pecepcion

    0下载:
  2. 基于感知器的神经网络学习算法及其实现,可以实现对文本的分类,同时也可以应用在文本过滤上-Perceptron-based neural network learning algorithm and its implementation can be achieved on the text of the classification, but also can be applied to text filtering on
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:15191
    • 提供者:王丽静
  1. Apriori

    0下载:
  2. ▲ Java实现的Apriori算法 ▲工程名: Apriori ▲输入:1. 文本文件(放到工程目录下) 格式:每行输入一个事务,每个事务均由整数组成,每个item中间用空格隔开。 2. 控制台输入最小支持度与最小置信度。 ▲输出:控制台输出第k个频繁集和强关联规则。 强关联规则也写到工程目录下out.txt文件中。
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:20575
    • 提供者:Athena
  1. KeywordSpotting

    0下载:
  2. 多串匹配的AC算法/多字符串匹配/多字符串检测/多字符串识别/Aho-Corasick自动机/ahocorasick自动机/AC自动机。/Java实现 该程序是一个高效的,能处理较大的Unicode字符文本(包括要检测的文本和关键词文本)的关键词匹配程序,因此程序的输入为input.txt为待检测文本,keywords.txt为关键词文本,文件夹test1,test2,test3分别是三组自己设定的input和keywords,可自行任意添加删改,运行程序前先将一组拷贝至D:\。 程序将
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3305106
    • 提供者:jpj
  1. JiaoChaShang

    0下载:
  2. 文本挖掘中交叉熵算法实现,通过词汇左右出现的概率来计算交叉熵-Text mining cross entropy algorithm,The task of part2of2speech iden t if icat ion is to au tomat ically assign a part2of2speech tag to an unknow n wo rd w ith emp ty part2of2speech info r2 mat ion. A part2of2speech
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1863
    • 提供者:mikepeng
  1. bitmap

    0下载:
  2. 程序采用JCreator开发平台,使用java语言进行开发。 程序整体主要有三个功能模块,分别是:初使化、分配以及回收。为三个功能模块设计三个按钮,当点击相应按钮时使用对应功能。 使用二组数组map[40][16]记录位示图使用情况; a, b, c 分别表示柱面号、磁道号和扇区号。left数组表示相对块号。 程序整体分为两个主要面板panel1与panel2,采用边框布局方式,panel1居左,panel2居右。Panel1面板含有标签控件显示提示信息、文本框控件输入文本以及
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:6286
    • 提供者:谢亚鑫
  1. 1111

    0下载:
  2. 文本挖掘-中文分类器搜索,可以挖掘出文本主干,利用贝叶斯算法。-Text mining
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6634
    • 提供者:widley
  1. joyhtml-0.2.2

    0下载:
  2. 网页正文提取,利用超链接密度算法计算文本块的权重-Web text extraction algorithm using the hyperlink text block density, weight
  3. 所属分类:Java Develop

    • 发布日期:2017-05-31
    • 文件大小:13660565
    • 提供者:kittyting
  1. DesktopApplication_yichao

    0下载:
  2. java 图形界面实现ld算法 比较文本相似度-ld algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:205151
    • 提供者:孙彬彬
  1. MessageClassify

    0下载:
  2. 通过Kmeans算法实现的文本分类程序,用java写的。-A text clustering program written in java.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1976
    • 提供者:xiaokui1117
  1. ARFFInputformat

    0下载:
  2. hadoop下自定义的读文件格式类,对于数据挖掘分类算法的训练测试文本的特殊格式有很大帮助.-hadoop read the file format class custom of great help for training in the special format of the test text data mining classification algorithms.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1370
    • 提供者:李华
  1. mailFiler

    0下载:
  2. 朴素贝叶斯分类算法开发的文本文件过滤器 ,使用之前需要设置训练集.-Naive Bayes classification algorithm developed by a text file filters, need to set up the training set prior to use.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2100584
    • 提供者:王打狗
  1. TextClustering

    0下载:
  2. 文本聚类算法包含 tfidf的实现 k-means算法的实现-Text clustering algorithm contains tfidf implementation of the k-means algorithm to achieve
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1664559
    • 提供者:Katarl
  1. Text-Duplicated-Deletion-algorithm

    0下载:
  2. 文本去重算法研究与实现,在分析现有的去重算法的优缺点和效率的基础上,重点研究了基于特征句抽取的去重算法,并予以实现。-Research and Implementation of Text Duplicated Deletion algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-11-23
    • 文件大小:13737
    • 提供者:tangerine
« 1 23 4 »
搜珍网 www.dssz.com