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

搜索资源列表

  1. 自制扫雷项目

    0下载:
  2. 用java开发的扫雷游戏 与windows下的有基本的相似度,基于swing的 控件处理机制-with java development of the mine games and windows of a basic similarity, based on the swing mechanism of control
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:60030
    • 提供者:王一进
  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
    • 文件大小:4625
    • 提供者:li xiaowen
  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
    • 文件大小:129640
    • 提供者:xsl
  1. similarity

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

    • 发布日期:2017-04-01
    • 文件大小:1239
    • 提供者:fengsushi
  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
    • 文件大小:55173
    • 提供者:bing
  1. New_Dominant_Color

    0下载:
  2. Calculates dominante color and measure the similarity between the input image and directory contains other images
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:25800
    • 提供者:Hosny
  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
    • 文件大小:16245
    • 提供者:Shirley
  1. information-selection-VSM--Model

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

    • 发布日期:2016-02-29
    • 文件大小:285696
    • 提供者:何礼清
  1. Text-Similarity-0.08.tar

    0下载:
  2. 计算两段文本之间相似度的java工具,需结合该共享工具的源网络地址查看-the tools to compute the similarity of texts
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-22
    • 文件大小:39545
    • 提供者:鹿文鹏
  1. Semantic-Java

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

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

    0下载:
  2. 矢量数据绘图系统,比较简单的java程序,如果有雷同,纯属巧合。-Vector data mapping system, relatively simple java program, if there is similarity is purely coincidental.
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:18088659
    • 提供者:张生
  1. sckr2013_final

    0下载:
  2. 基于Word2vec的词语相似度计算,包含完整的java代码,但语料由Word2vec训练得到的模型太大,故不附带模型。-Word2vec-based word similarity computation, including complete java code, but by the Word2vec training corpus resulting model is too large, it is not included with model.
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-11-19
    • 文件大小:1759232
    • 提供者:songyu
  1. semantic-similarity

    0下载:
  2. 对语言的语义相似度进行计算,给出两个词的相似值,相似值的范围是1到5之间,实现是用java实现-Language for semantic similarity calculation, give similar values ​ ​ of the two words, similar to the range of values ​ ​ is between 1-5, implementation is using java
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:847398
    • 提供者:米杋
  1. similar

    0下载:
  2. java简单字符串相似度算法代码,结果返回字符串相似率-Java simple string similarity algorithm code
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1358
    • 提供者:无为
  1. test

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

    • 发布日期:2017-04-11
    • 文件大小:730
    • 提供者:eson
  1. k-means-Java

    0下载:
  2. 用JAVA实现k-means算法,其中聚类方法使用余弦相似度,带运行界面。完美运行。-Using JAVA k-means algorithm, clustering method using the cosine similarity
  3. 所属分类:Data Mining

    • 发布日期:2016-08-08
    • 文件大小:988160
    • 提供者:张瑞雪
  1. Picture-Detection

    0下载:
  2. 基于java语言的图像相似度检测,利用汉明距离进行图像相似度处理-Based on image similarity detection java language
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-30
    • 文件大小:28158
    • 提供者:Zhu Alan
  1. DocDistance

    0下载:
  2. java实现的文本相似度系统,使用向量空间模型以及余弦相似度距离公式,实测可以实现2篇文本的相似度计算且有一定的效果。-Java text similarity system, using the vector space model and the cosine similarity distance formula, the measured results can be achieved two similarity of text and have some effect.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-20
    • 文件大小:48626688
    • 提供者:王一大
  1. wp-semantic-similarity-master

    0下载:
  2. A Java library for semantic similarity measures derived Wikipedia.-A Java library for semantic similarity measures derived Wikipedia.
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1382215
    • 提供者:Raex
搜珍网 www.dssz.com