| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 4397 人关注过本帖
标题:[求助]哪位英语能力强的帮我翻译下
只看楼主 加入收藏
宇风
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2006-12-13
收藏
 问题点数:0 回复次数:23 
[求助]哪位英语能力强的帮我翻译下

一篇关于数据挖掘 决策树有关知识的文章 小弟菜鸟
哪位大吓帮忙翻译下
The purpose of the decision tree classifier is to classify instances based on values of ordinary attributes and class label attribute. Traditionally, the data set is single-valued and single-labeled. In this data set, each record has many single- valued attributes and a given single-labeled attribute (i.e. class label attribute), and the class labels that can have two or more than two types are exclusive to each other or one another. Prior art decision tree classifiers, such as ID3 (Quinlan, 1979, 1986), Distance-based method (Mantaras, 1991),IC(Agrawal, Ghosh, Imielinski, Iyer, & Swami, 1992), C4.5 (Quinlan, 1993), Fuzzy ID3 (Umano et al., 1994), CART (Steinberg & Colla, 1995), SLIQ (Mehta, Agrawal, &Rissanen, 1996), SPRINT (Shafer, Agrawal, & Mehta, 1996), Rainforest (Gehrke, Ramakrishnan, & Ganti, 1998) and PUBLIC (Rastogi & Shim, 1998), all focus on this single- valued and single-labeled data set.

However, there is multi-valued and multi-labeled data in the real world as shown in Table 1. Multi-valued data means that a record can have multiple values for an ordinary

attribute. Multi-labeled data means that a record can belong to multiple class labels, and the class labels are not exclusive to each other or one another. Readers might have difficulties to distinguish multi-labeled data from two-classed or multi- classed data mentioned in some related works. To clarify

this confusion, we discuss the exclusiveness among classes, number of class and representation of the class label attribute in the related works as follows:

1. Exclusiveness: Each data can only belong to a single class. Classes are exclusive to one another. ID3,

Distance-based Method, IC, C4.5, Fuzzy ID3, CART, SLIQ, SPRINT, Rainforest and PUBLIC are such examples.

2. Number of class: Data with classes classified into two types in the class label attribute is called two-classed data. ID3 and C4.5 are such examples. Data with classes classified into more than two types in the class label attribute is called multi-classed data. IC, CART and Fuzzy ID3 are such examples.

3. Label representation: Data with a single value for the class label attribute is called single-labeled data. ID3, Distance-based Method, IC, C4.5, Fuzzy ID3, CART, SLIQ, SPRINT, Rainforest and PUBLIC are such examples.

According to the discussion above, a multi-valued and multi-labeled data as we defined here can beregarded as a non-exclusive, multi-classed and multi-labeled data.

In our previous work (Chen, Hsu, & Chou, 2003), we have explained why the traditional classifiers are not capable of handling this multi-valued and multi-labeled data. To solve this multi-valued and multi-labeled classifi-cation problem, we have designed a decision tree classifier named MMC (Chen et al., 2003) before. MMC differs from the traditional ones in some major functions including growing a decision tree, assigning labels to represent a leaf and making a prediction for a new data. In the process of growing a tree, MMC proposes a new measure named weighted similarity for selecting multi-valued attribute to partition a node into child nodes to approach perfect grouping. To assign labels, MMC picks the ones with numbers large enough to represent a leaf. To make a prediction for a new data, MMC traverses the tree as usual, and as the traversing reaches several leaf nodes for the record with multi-valued attribute, MMC would union all the labels of the leaf nodes as the prediction result. Experimental results show that MMC can get an average predicting accuracy of 62.56%.

Having a decision classifier developed for the multi-valued and multi-labeled data, this research steps further to

improve the classifier’s accuracy. Considering the following over-fitting problems (Han & Kamber, 2001; Russell & Norving, 1995) of MMC, improvement on its predictingaccuracy seems possible. First, MMC neglects to avoid the situation when the data set is too small. Therefore, it may choose some attributes irrelevant to the class labels. Second, MMC appears to prefer the attribute which splits into child nodes with larger similarity among multiple

labels. Therefore, MMC exists inductive bias (Gordon & Desjardins, 1995).

Trying to minimize the over-fitting problems above, this paper proposes solutions as: (1) Set a constraint of size for the data set in each node to avoid the data set being too small. (2) Consider not only the average similarity of labels of each child node but also the average appropriateness of labels of

each child node to decrease the bias problem of MMC.Based on the propositions above, we have designed a new decision tree classifier to improve the accuracy of MMC.The decision tree classifier, named MMDT (multi-valued and multi-labeled decision tree), can construct a multi-

valued and multi-labeled decision tree as Fig. 1 shows. The rest of the paper is organized as follows. In Section 2,the symbols will be introduced first. In Section 3, the tree construction and data prediction algorithms are described. In Section 4, the experiments are presented. And, finally, Section 5 makes summaries and conclusions.

搜索更多相关主题的帖子: 英语 attribute 能力 class label 
2007-02-19 20:26
ppm88
Rank: 5Rank: 5
等 级:贵宾
威 望:17
帖 子:1414
专家分:30
注 册:2007-1-28
收藏
得分:0 
好多的单词都懂,但要翻译就需要另外的高人了~帮期待!
2007-02-19 20:59
sztonyyang
Rank: 1
等 级:新手上路
帖 子:106
专家分:0
注 册:2007-3-1
收藏
得分:0 
我绝对没这个能力 至少现在没

生活就是拼搏! C语言QQ群社:23644804
2007-03-02 22:35
ppm88
Rank: 5Rank: 5
等 级:贵宾
威 望:17
帖 子:1414
专家分:30
注 册:2007-1-28
收藏
得分:0 
俺2级都没有过~~




2007-03-03 13:50
songyuyu
Rank: 8Rank: 8
等 级:贵宾
威 望:47
帖 子:6090
专家分:25
注 册:2007-1-17
收藏
得分:0 
找个金山快译试试.虽然不准确的,但对比着翻译应该行

我喝水只喝纯净水,牛奶只喝纯牛奶,所以我很单纯……
2007-03-06 16:40
心儿
Rank: 4
等 级:贵宾
威 望:14
帖 子:1076
专家分:0
注 册:2007-2-19
收藏
得分:0 
哈,知道吗在下是
眼睛都看花了

希望你们像一朵黄菊花拥有它的精神
2007-03-07 11:21
心儿
Rank: 4
等 级:贵宾
威 望:14
帖 子:1076
专家分:0
注 册:2007-2-19
收藏
得分:0 
我什么时候会达到这外成度呢?

希望你们像一朵黄菊花拥有它的精神
2007-03-07 11:22
liuminghui
Rank: 6Rank: 6
等 级:贵宾
威 望:20
帖 子:2882
专家分:0
注 册:2007-1-26
收藏
得分:0 
弄个下载软件,试

海鸽 is My Lover!!
2007-03-07 12:39
liuminghui
Rank: 6Rank: 6
等 级:贵宾
威 望:20
帖 子:2882
专家分:0
注 册:2007-1-26
收藏
得分:0 
多学点单词吧

海鸽 is My Lover!!
2007-03-07 12:39
carriefeng03
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2007-3-7
收藏
得分:0 

试试在线翻译吧,比较其他的还是可以的,但是需要自己组织整理过,庞大的工程呐


2007-03-07 14:26
快速回复:[求助]哪位英语能力强的帮我翻译下
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.013630 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved