-
数据挖掘工具的选择
日期:2009-11-23 09:41:12
点击:94
好评:0
一、数据挖掘工具分类 数据挖掘工具根据其适用的范围分为两类: 专用挖掘工具 和 通用挖掘工具 。 专用数据挖掘工具是针对某个特定领域的问题提供解决方案,在涉及算法的时候充分考虑了数据、需求的特殊性,并作了...
-
A fast implementation of c4.5 algorithm.
日期:2009-11-22 02:32:16
点击:160
好评:0
C4.5 is a well-known machine learning algorithm used widely, but its runtime performance is sacrificed for the consideration of the limited main memory at that time. We present a fast implementation...
-
An overview of the C4.5 decision tree algorithm
日期:2009-11-22 02:30:13
点击:156
好评:0
A decision tree builds an interpretable model that represents a set of rules. It is a popular tool for classification that is relatively fast to train and make predictions. This deision tree has seve...
-
数据挖掘操作必须在数据仓库基础上进行
日期:2009-11-21 14:12:01
点击:73
好评:0
人们对数据的处理需求可以分为两种类型,操作型处理(OLTP)和分析型处理(OLAP),传统的数据库主要是面向OLTP,注重数据的计算、记录的插入、删除、与修改,以及简单的查询和统计。它的主要任务是进行事务处理,所关...
-
数据挖掘中分类算法小结
日期:2009-11-21 14:11:19
点击:73
好评:0
数据仓库,数据库或者其它信息库中隐藏着许多可以为商业、科研等活动的决策提供所需要的知识。分类与预测是两种数据分析形式,它们可以用来抽取能够描述重要数据集合或预测未来数据趋势的模型。分类方法( Classifi...