搜索资源列表
一种实用高效的文本分类算法
- 一种实用高效的文本分类算法-a practical and efficient algorithm for text classification
pjblog
- 主要功能: 1. 多浏览器兼容,能够很好得兼容Mozilla,IE等浏览器 2. 功能强大的文章编辑器,同时兼容两种编辑方式,在线编辑器采用FckEditor. 3. PJBlog2采用的UBB编辑器由Blog作者独立开发,支持自定义面板和CSS,自带HTML转换UBB代码功能 4. 自定义模块,可以自己修改页面上的的布局,让不懂制作网页的用户也能自己增加和修改页面上的版块 5. Skin功能,随时可以给自己的Blog换上新的CSS样式界面 6. 自定
支持向量机java实现
- 文本自动分类的java实现
mahout-0.3
- mahout是一个开源的软件包,对搜索引擎的聚类,分类算法以及推荐系统算法的代码实现-mahout is an open source software package, the search engine clustering, classification and recommendation system algorithm algorithms code
cn2
- 关于数据挖掘中分类算法的顺序覆盖算法的经典论文-A good paper for sequential algorithm in classification of dataming
19855131602lcd-time
- 欢迎光临最大的源码下载中文网站http://www.pudn.com 本站以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类,很多都是本站会员的私家珍藏,互联网上其他地方是找不到的 http://www.pudn.com -Welcome to the largest Chinese web site to download the source site http://www.pudn.com to C language and
asp
- 在网站建设中,分类算法的应用非常的普遍。在设计一个电子商店时,要涉及到商品分类;在设计发布系统时,要涉及到栏目或者频道分类;在设计软件下载这样的程序时,要涉及到软件的分类;如此等等。可以说,分类是一个很普遍的问题。-Classification algorithm to solve the problem of
65520784Wavelet2DSTransform
- 本站以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类,很多都是本站会员的私家珍藏,互联网上其他地方是找不到的 -Powered by C language and Java language, embedded development, algorithm-based, the number of up to hundreds of thousands of source code, there are more than 200 categories,
rfc
- 著名的RFC网包分类算法,其基本原理是基于空间维度的合并降解-Packet Classification
K-Means
- 一个很好的C均值聚类算法!通过运行此文件可以很好的进行数据的分类。-K-means
bb
- 中文文本分类相关算法的研究与实现,介绍文本分类方法-Chinese text classification research and implementation of related algorithms, text classification introduced
P2p
- p2p算法概述 分类 构件与算法 关键技术特性 P2P分析与比较 研究与未来 -Algorithms for classification p2p key technical characteristics of components and algorithm analysis and comparison of P2P and the Future
dynamic-routing
- 了解路由及路由器的概念,路由器的功能,工作原理,路由表,路由算法分类等。学习使用距离矢量算法的动态路由。并附上tcl源码-Understand the concept of routing and routers, the router function, working principle, the routing table, routing algorithm classification. Learn to use dynamic routing distance vector algo
rfc
- 经典的网包分类算法rfc,linux环境下运行-The classic network packet classification algorithm rfc running linux environment
hypercut
- linux环境下运行,经典的网包分类算法hypercuts-Network packet classification algorithms hypercuts linux environment running classic
bv
- 经典的网包分类算法BV,linux环境下运行-The classic network packet classification algorithms BV running linux environment
desion.sh
- 用sh实现的一个分类算法,在linux的bash下运行-a classfiler algorithm
纹理特征
- 该算法实现了基于纹理特征的稀疏表示分类,代码注释清晰,容易理解(The algorithm implements the sparse representation based on texture features, and the code is clear and easy to understand.)
SVM算法
- SVM的分类与预测。带数据的。可直接使用学习。方便入门。(Classification and prediction of SVM. With data. You can use learning directly.it's convence for us to learn it .)
基于php的KNN算法实例
- kNN算法又称为k近邻分类(k-nearest neighbor classification)算法。最简单平凡的分类器也许是那种死记硬背式的分类器,记住所有的训练数据,对于新的数据则直接和训练数据匹配,如果存在相同属性的训练数据,则直接用它的分类来作为新数据的分类。用这种算法可以完成最简单的机器学习算法,适合参加科技比赛和演示