CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 比较文本算法

搜索资源列表

  1. algo4

    0下载:
  2. 实验中我们使用了四种方法进行串匹配,通过对相同的文本和相同的模式串进行四种不同算法的串匹配操作,比较四种算法的优劣。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:473566
    • 提供者:董灏
  1. 数据结构的C++描述

    1下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:5125525
    • 提供者:gufeng20081010
  1. LZSS

    0下载:
  2. 采用C++编写的lzss压缩算法,尤其对于文本文件的压缩效果比较好-The use of C++ written lzss compression algorithms, especially for the compression effect of the text file is better
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:3558
    • 提供者:leajian
  1. minRSS

    0下载:
  2. 这个小程序可以简单的选取回归分析中box-cox变换的lambda值,通过matlab强大的矩阵运算功能可以通过简单比较RSS值的方式来得到lambda,使用时只需要输入实验值矩阵X和Y即可,然后输入minRSS(X,Y)就能简单明了的看到最优变换参数 (这个程序虽然小但是学习回归分析的初学者学习时都会经过这个算法,上载时因为不到1KB所以我又放了个文本格式的)-This little program can select a simple regression analysis of
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1237
    • 提供者:片羽的精灵
  1. GNUzip

    0下载:
  2. 用于文本压缩的压缩算法,可以取得比较高的压缩比-used to compress text
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:242017
    • 提供者:yfl
  1. Chinese-text-categorization-Study

    1下载:
  2. 本文通过对Bayes、KNN、SVM 应用于中文文本分类进行比较实验研究。 应用ICTCLAS 对中文文档进行分词,在大维数,多数据情况下应用TFIDF 进行 特征选择,并同时利用它实现了对特征项进行加权处理,使文本库中的每个文本 具有统一的、可处理的结构模型。然后通过三类分类算法实现了对权值数据进行 训练和分类。-Based on the Bayes, KNN, SVM applied to compare the Chinese text ca
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:442391
    • 提供者:wulili
  1. RK

    0下载:
  2. 实验RK算法,即利用Hash方法和素数理论,首先定义一个Hash函数(hash (r) = r mod q),然后将模式串P和文本串T中长度为m的子串利用Hash函数转换成数值。显然只需比较那些与模式串具有相同Hash函数值的子串。 当然因为Hash冲突的存在,还要进一步进行字符串比较,但只要选择适当的素数q, Hash冲突的概率就会很小 -Experimental RK algorithm, namely the use of Hash methods and prime number
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:218279
    • 提供者:chenb
  1. text_classification_using-svm

    0下载:
  2. 关于svm支持向量机的比较权威的论文,详细介绍了svm算法的原理及其在文本分类中的应用-Authoritative papers for Svm support vector machines , detailing the algorithm and its application in svm text classification application
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:117663
    • 提供者:000002
  1. LZW_12

    0下载:
  2. lzw算法实现对文本和图像的无损压缩和解压缩,字典长度最高位12位,对重复性比较高的文本和图像有不错的压缩效果。-lzw algorithm lossless compression and decompression of text and images, dictionary length MSB 12, good compression of the repeatability text and image.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-26
    • 文件大小:771499
    • 提供者:宏观
  1. cpp

    1下载:
  2. 文章查重源码 应用了最短编辑距离算法以及相似度算法原理,用两个待比较的文本框输入要比较的的文本文字,然后求解,最后输出两篇文章的相似度的百分比 -The article source application rechecking the shortest edit distance algorithm and the similarity principle, comparing two stay text box input to compare the text of the text,
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:8512
    • 提供者:江鹏源
  1. knn

    0下载:
  2. 简单的 knn 文本算法 ,用于中文文本分类,比较方便的方法!-Simple text knn algorithm for Chinese text classification, more convenient way!
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8022
    • 提供者:hu
  1. SimHash

    1下载:
  2. simhash算法的实现,可快速比较文本的相似性-achieve simhash algorithm can quickly compare the similarity of text
  3. 所属分类:Data structs

    • 发布日期:2015-05-19
    • 文件大小:14336
    • 提供者:daoson
  1. sobel-zero-crossing-canny-compare

    0下载:
  2. 本科时做的一个实验,关于3个算法的比较,有matlab代码,有说明文本,还有一些素材图片。-three algorithms about image process,include some image used in the process and pdf introducing the process.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-09
    • 文件大小:1614575
    • 提供者:侯俊澎
  1. lle

    0下载:
  2. lle局部线性嵌入算法,对数据做降维处理,数学建模,文本分类方面有比较好的效果-Lle locally linear embedding algorithm, the dimension data, mathematical modeling, text classification has a good effect
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1298
    • 提供者:my
  1. lrogress

    0下载:
  2. 一种文本分类数据挖掘的技术,比较几种不同的文本分类方法,重点介绍熵,()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-06
    • 文件大小:175104
    • 提供者:Grkiher
  1. text-classification

    1下载:
  2. 文本分类程序,很多的算法集合,还有各个算法的结果比较(Text classification procedures, the set of many algorithms and compare the results of the algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-06
    • 文件大小:3523584
    • 提供者:bx425bob
搜珍网 www.dssz.com