登录
首页 » java » 文本分类算法

文本分类算法

于 2022-01-26 发布 文件大小:1.55 MB
0 62
下载积分: 2 下载次数: 1

代码说明:

对newsgroup188208文档集进行预处理,提取出30095 个特征词 计算每篇文档中的特征词的TF*IDF值,实现文档向量化,在KNN算法中使用 用JAVA实现了KNN算法及朴素贝叶斯算法的newsgroup文本分类器

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and
    classshapemain.zip //: c03:AutoInc.java // Demonstrates the ++ and -- operators. // From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. public class AutoInc { public static void main(String[] args) { int i = 1 System.out.println("i : " + i) System.out.println("++i : " + ++i) // Pre-increment System.out.println("i++ : " + i++) // Post-increment-classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and-- operat ors.// From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002// www.BruceEckel. com. See copyright notice in CopyRight.txt. pu blic class AutoInc (public static void main (St. ring args []) (int i = 1 System.out.println ( "i : "i) System.out.println (" i : "i)// Pre-increment System.out.println (" i : "i)// Post-increment
    2022-06-15 15:44:31下载
    积分:1
  • struts2实例介绍,具体配置
    struts2实例介绍,具体配置-struts2 examples of introduction, the specific configuration
    2023-03-03 14:20:03下载
    积分:1
  • 在JAVA程序中加入声音
    在JAVA程序中加入声音-procedures in Java to add voice
    2023-01-28 15:45:03下载
    积分:1
  • jFuzzyLogic
    java 实现的 模糊控制的代码库 可以java直接调用,解压缩为jar包(java fuzzy logic)
    2014-08-26 17:06:39下载
    积分:1
  • 旅游网站
    一个旅游网站,功能不全,但是可以下来看看,
    2022-05-20 17:16:41下载
    积分:1
  • jstech55
    Javascript中最常用的55个经典技巧,制作成了pdf文档,可一下看完,字体清淅,都含有代码,有些代码可复制到网页里运行看效果,这些示例有:彻底屏蔽鼠标右键、取消选娶防止复制,不准粘贴,在收藏夹中显示图标,删除时确认,取得控件的绝对位置,最小化、最大化、关闭窗口,在页面中如何加入不是满铺的背景图片,拉动页面时背景图不动,ENTER键可以让光标移到下一个输入框等。(Javascript is the most commonly used 55 classic skills became pdf document, you can read about the font clear mission, contain code, some code running inside pages can be copied to see results, these examples are: completely shield Right to cancel when the election took to prevent copying, pasting not display icons in your favorites, confirm the deletion, obtain the absolute position control, minimize, maximize, close the window, how to join in the page background image is not paved, pulling page background image does not move, ENTER key allows the cursor to the next input box and so on.)
    2013-12-22 15:47:30下载
    积分:1
  • Java鼠标拖放功能的实现源码
    摘要:Java源码,系统相关,鼠标拖放Java鼠标拖放功能的实现源码,之前一个Java例子是使用系统剪贴板来交换程序间的数据,本例将利用鼠标的拖放来交换程序的数据,即所谓的鼠标拖放功能。Java 提供了java.awt.dnd 和java.awt.datatransfer 包来支持该功能。如效果截图所示。当在窗口上部的“Hello World1标签点下鼠标,并拖至窗口下部的文本框放开,则在文本框中将添加“Hello World 1文本;继续上述过程,将继续添加该文本。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-06-12 02:32:36下载
    积分:1
  • weixin-robot
    说明:  基于java的微信机器人 可以自定义开发插件, 功能非常强大.(Microsoft Robot Based on Java)
    2020-06-18 17:00:02下载
    积分:1
  • SSM框架+easyui
    SSM框架+easyui,适合用于项目demo演示,基本方法都有,主流框架,前端适合修改 。其中,controller包下存放控制层文件,dao下存放各个model类相关的数据库操作接口,entity下放置各种model类,mappers下放置各个dao对应的映射文件,service服务层就不说了,放置各种service接口,impl是其具体实现类。
    2022-03-17 11:53:20下载
    积分:1
  • Java语言程序源码,网页采集系统,欢迎大家使用
    Java语言程序源码,网页采集系统,欢迎大家使用-Java language program source code, web pages collection system, welcome to use the
    2023-05-17 17:30:04下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载