CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 相似度 java

搜索资源列表

  1. 知网语义相似度计算java实现

    9下载:
  2. 利用hownet计算词语语义相似度 java实现,算法参照内附的论文
  3. 所属分类:中文信息处理

    • 发布日期:2009-08-06
    • 文件大小:1.77mb
    • 提供者:jiuren
  1. JAVA实现文本聚类,用到TF/IDF权重

    7下载:
  2. JAVA实现文本聚类,用到TF/IDF权重,用余弦夹角计算文本相似度,用k-means进行数据聚类等数学和统计 知识。,JAVA realization of text clustering, using TF/IDF weight, calculated using cosine angle between the text of similarity, using k-means clustering for data such as mathematical and statistical
  3. 所属分类:JSP源码/Java

    • 发布日期:2012-10-22
    • 文件大小:1.46kb
    • 提供者:优优
  1. similarity.文本相似度计算余弦相似度代码

    0下载:
  2. 文本相似度计算余弦相似度代码,计算文本相似度,用于搜索引擎,Cosine similarity of text similarity computation code, the text of the similarity calculation for the search engine
  3. 所属分类:搜索引擎

    • 发布日期:2016-01-27
    • 文件大小:4.52kb
    • 提供者:li xiaowen
  1. java-version--VSM

    0下载:
  2. VSM模型的实现,通过java、语言编写的,能够打开多个文件,计算出VSM的值即查询相似度能够得出来。-VSM model realization, through java, language, and can open multiple files, calculate the value of the VSM similarity queries can be out.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:119.12kb
    • 提供者:何礼清
  1. DM4

    0下载:
  2. 执行流程: 1. 用户输入参数:K的选择,训练数据,测试数据的路径; 2. 读取训练数据集和测试数据集文件,用ArffFileReader类读取并组织起InstanceSet数据结构; 3. 利用上面的相似度量标准,对每一个测试集中的Instance,计算与其最相似的K个训练集中的Instance,通过投票进行分类,将分类结果存储经Instance的成员变量targetGuess中; 4. 对分类结果进行度量,包括分类正确率,各种类别实例的Precision,Recall;Con
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:126.6kb
    • 提供者:xsl
  1. java语句相似度判断

    0下载:
  2. java语句相似度判断源码java语句相似度判断源码java语句相似度判断源码
  3. 所属分类:编译器/词法分析

  1. java

    0下载:
  2. 采用标准的 Levenshtein Distance 算法计算两个文件的相似度。 2。 程序使用简单。选入多个文件,然后按分析便个分析出两个文-Standard Levenshtein Distance algorithm for calculating the similarity of two documents. 2. Using a simple procedure. Selected multiple files, and then analyzed by analysis of tw
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:1.07mb
    • 提供者:jin
  1. similarity

    1下载:
  2. 通过将待进行计算的向量放入二维数组中,然后编程实现皮尔森和余弦相似度公式,计算向量之间的相似度。-caculate the similarity of vector
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:1.21kb
    • 提供者:fengsushi
  1. JavaWordNet

    2下载:
  2. 基于wordnet的词汇比较程序,词汇比较程序。 能够比较两个词汇的相似度程序,基于wordnet-Java WordNet Similarity.beta.11.01.zip
  3. 所属分类:Java Develop

    • 发布日期:2016-12-09
    • 文件大小:296.28kb
    • 提供者:yong
  1. wordnet

    0下载:
  2. 使用woednet计算语义相似,输入两个字符,给出相似度-Semantic calculated using woednet, enter two characters, given the similarity
  3. 所属分类:Ajax

    • 发布日期:2015-01-07
    • 文件大小:540.43kb
    • 提供者:2010yangguang
  1. cluster

    0下载:
  2. 我做的用Kmeans方法,分别采用欧式距离。夹角余弦,和度量函数的方法来表示两点的相似度-I do use Kmeans methods were used Euclidean distance. Angle cosine, and methods of measurement functions to represent the similarity of two
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:53.88kb
    • 提供者:bing
  1. geoMatch

    1下载:
  2. java编程:自己编写的地名相似度匹配算法包括地名相似度、地理位置相似度-java programming: write their own names, including names similarity similarity matching algorithm, the geographical similarity
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-07-02
    • 文件大小:2.85kb
    • 提供者:wang
  1. 1

    0下载:
  2. 基于面向对象编程的文档向量相似度匹配算法-Object-oriented programming document vector similarity matching algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2.59kb
    • 提供者:yuanch1989
  1. Mini-HowNet

    0下载:
  2. mini-hownet,用于查询计算词语的相似度-mini-hownet, terms of similarity calculated for the query
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1.71mb
    • 提供者:赵青
  1. IDFCal

    1下载:
  2. tf-idf程序,朋友写的,很好。对中文句子进行相似度计算,有计算句子权值、排序、两两句子之间的相似度计算。有语料,可以直接运行-tf-idf program, friends wrote, very good. Similarity calculation for Chinese sentences, the sentence weights are calculated, sort, twenty-two similarity between sub-calculation. A corpu
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:15.86kb
    • 提供者:Shirley
  1. (java)wenbenjulei

    2下载:
  2. 文本距离,文本相似度计算的java源代码,内含测试文档-Text from the text similarity calculation java source code, containing the test document
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:9.61kb
    • 提供者:victor
  1. information-selection-VSM--Model

    1下载:
  2. VSM 实现计算文件的相似度,查询相似度计算出值来-VSM implementation document similarity calculation, the query similarity values ​ ​ calculated
  3. 所属分类:File Operate

    • 发布日期:2016-02-29
    • 文件大小:279kb
    • 提供者:何礼清
  1. The-code-of-VSM-java

    0下载:
  2. 利用java代码实现向量空间模型,通过词频,文档频率计算相似度的值。-Using the language to get the value of VSM
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:576byte
    • 提供者:刘锐
  1. Semantic-Java

    0下载:
  2. 基于Wordnet进行语义相似度计算。为三维模型提供语义标注。-Based Wordnet semantic similarity calculation. The three-dimensional model provides semantic annotation.
  3. 所属分类:Graph program

    • 发布日期:2017-11-20
    • 文件大小:7.11mb
    • 提供者:lx
  1. Distance

    0下载:
  2. 最小距离Java算法 用于计算字符串相似度-Java algorithm for calculating the minimum distance the string similarity
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:912byte
    • 提供者:张华
« 12 3 »
搜珍网 www.dssz.com