-
TFIDF-master
tf–idf, short for term frequency–inverse document frequency, is a numerical statistic that is intended to reflect how important a word is to a document in a collection or corpus.[1]:8 It is often used as a weighting factor in information retrieval and text mining. The tf-idf value increases proportionally to the number of times a word appears in the document, but is offset by the frequency of the word in the corpus, which helps to control for the fact that some words are generally more common than others.
Variations of the tf–idf weighting scheme are often used by search engines as a central tool in scoring and ranking a document s relevance given a user query. tf–idf can be successfully used for stop-words filtering in various subject fields including text summarization and classification.
One of the simplest ranking functions is computed by summing the tf–idf for each query term many more sophisticated ranking functions are variants of this simple model.
- 2014-02-23 09:01:44下载
- 积分:1
-
vc senior network programming source.
vc++网络高级编程源码-vc senior network programming source.
- 2022-11-24 07:15:03下载
- 积分:1
-
OsenXPCntrl
VB仿XP风格的窗体控件含演示代码,有需要的就下载吧。(XP style imitation VB form controls with demo code, there is a need to download it.)
- 2013-08-03 23:45:19下载
- 积分:1
-
Loongson3A-proc1
龙芯3A四核处理器,面向服务器和高性能的应用,基于多核互联架构(Loongson3A processor user manual_P1_V1.12
Loongson3A processor user manual tell you how to use 3A)
- 2017-03-13 18:21:32下载
- 积分:1
-
针对Excel格文件操作编程实现
在 Visual C++中操作Excel,对开发数据库管理系统很有意义 (read and write excel file,useful for developing database management system)
- 2005-05-20 18:59:56下载
- 积分:1
-
zTree_v3-master
、setting 配置信息说明
此 Demo 仅从功能上演示实现拖拽的基本方法和配置参数
1)、使用 拖拽功能,必须设置 setting.edit 中的各个属性,详细请参见 API 文档中的相关内容
2)、使用 拖拽功能的事件回调函数,必须设置 setting.callback.beforeDrag / onDrag / beforeDrop / onDrop 等属性,详细请参见 API 文档中的相关内容
基本拖拽设置:
允许复制 允许移动
setting.edit.drag.isCopy = true
setting.edit.drag.isMove = true
拖拽相对位置设置:
prev inner next
setting.edit.drag.prev = true
setting.edit.drag.inner = true
setting.edit.drag.next = true
2、treeNode 节点数据说明
对 节点数据 没有特殊要求,用户可以根据自己的需求添加自定义属性(、setting 配置信息说明
此 Demo 仅从功能上演示实现拖拽的基本方法和配置参数
1)、使用 拖拽功能,必须设置 setting.edit 中的各个属性,详细请参见 API 文档中的相关内容
2)、使用 拖拽功能的事件回调函数,必须设置 setting.callback.beforeDrag/onDrag/beforeDrop/onDrop 等属性,详细请参见 API 文档中的相关内容
基本拖拽设置:
允许复制 允许移动
setting.edit.drag.isCopy = true
setting.edit.drag.isMove = true
拖拽相对位置设置:
prev inner next
setting.edit.drag.prev = true
setting.edit.drag.inner = true
setting.edit.drag.next = true
2、treeNode 节点数据说明
对 节点数据 没有特殊要求,用户可以根据自己的需求添加自定义属性)
- 2020-07-20 11:18:47下载
- 积分:1
-
LabWindows逐步深入与开发
这是LabWindows逐步深入与开发实例的书籍代码(This is a gradual deepening and development of LabWindows books code examples)
- 2009-02-19 14:16:56下载
- 积分:1
-
Visual_Assist_X_10_5_1715
Visual Assist X 10.5.1715
- 2009-06-11 03:27:37下载
- 积分:1
-
stl
选择一个操作系统环境(Linux或者Windows),编制TCP/IP通信程序,完成一定的通信功能。例如:可以编一个程序和Unix的系统服务进行通信,如daytime(port 13)、echo(port7)服务等;或者两人talk,使用TCP/IP协议进行相互直接的发送和接收等。(Select an operating system environment (Linux or Windows), the preparation of TCP/IP communication process, the completion of certain communications. For example: you can compile a program and the Unix system services to communicate, such as daytime (port 13), echo (port7) services or two people talk, use the TCP/IP protocol to send and receive each other directly.)
- 2010-05-26 21:22:27下载
- 积分:1
-
use of Asp. Net (Vb) prepared by the simple message, function relatively simple,...
使用asp.net(Vb)编写的简单的留言本,功能相对简单,可供初学者学习之用!-use of Asp. Net (Vb) prepared by the simple message, function relatively simple, for beginners to learn use!
- 2022-03-22 00:09:15下载
- 积分:1