文件名称:TF
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2016-11-03
- 文件大小:
- 2.73mb
- 下载次数:
- 0次
- 提 供 者:
- 李**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
TF-IDF是一种统计方法,用以评估一字词对于一个文件集或一个语料库中的其中一份文件的重要程度。字词的重要性随着它在文件中出现的次数成正比增加,但同时会随着它在语料库中出现的频率成反比下降。TF-IDF加权的各种形式常被搜索引擎应用,作为文件与用户查询之间相关程度的度量或评级-
TF-IDF is a statistical method to assess the importance of a word for a file set or a corpus of the importance of one of the documents. The importance of a word increases in proportion to the number of times it appears in a file, but it decreases inversely as it appears in the corpus. The various forms of TF-IDF weighting are often used by search engines as a measure or rating of the degree of correlation between a file and a user query
TF-IDF is a statistical method to assess the importance of a word for a file set or a corpus of the importance of one of the documents. The importance of a word increases in proportion to the number of times it appears in a file, but it decreases inversely as it appears in the corpus. The various forms of TF-IDF weighting are often used by search engines as a measure or rating of the degree of correlation between a file and a user query
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TF\.classpath
..\.project
..\.settings\org.eclipse.jdt.core.prefs
..\bin\Log.class
..\...\Main.class
..\...\ReadFiles.class
..\lib\IKAnalyzer-2012.jar
..\...\je-analysis-1.5.3.jar
..\...\lucene-core-2.4.1.jar
..\src\Log.java
..\...\Main.java
..\...\ReadFiles.java
..\testfiles\file1.txt
..\.........\file2.txt
..\.........\file3.txt
..\.settings
..\bin
..\lib
..\src
..\testfiles
TF