请输入您要查询的百科知识:

 

词条 Grafting (decision trees)
释义

  1. Introduction

  2. Illustration

  3. Conclusion

  4. Future Study

  5. See also

  6. References

  7. External links

{{Technical|date=May 2008}}

Grafting is the process of adding nodes to inferred decision trees to improve the predictive accuracy.{{Clarify|reason=The predictive accuracy of what? In what disciplinary context is the subject meaningful?|date=March 2010}} A decision tree is a graphical model that is used as a support tool for decision process.

Introduction

Once the decision tree is constructed, then the new branches that can be added productively to the tree are identified. Then they are grafted to the existing tree to improve the decision making process. Pruning and Grafting are complementary methods to improve the decision tree in supporting the decision. Pruning allows cutting parts of decision trees to give more clarity and Grafting adds nodes to the decision trees to increase the predictive accuracy. To achieve grafting new branches can be added in the place of a single leaf or graft within leaves.

Illustration

The information required is given in the form of a chart as,

The nodes and leaves can be identified from the given information and the decision trees are constructed. One such decision tree is as follows,

Here the X-axis is represented as A and Y-axis as B. There are two cuts in the decision trees – nodes at 11 and 5 respective to A.

   A > 11   A <= 11

| A >= 5
| A < 5

Using Grafting, new branches are added to the above classification.

Here B is also taken into consideration for the nodes and leaves. There are two more cuts at B – 7 and 2.

   A > 11   A <= 11

| A >= 5
| A < 5
| B > 7
| B <= 7
| B > 2
| B <= 2

Thus the branching has increased due to the grafting technique.

This is the simplest form of illustration to represent grafting techniques.

Conclusion

Grafting can identify regions where there are no occupancy and correct the poor class assignments which increases the accuracy. The extension to graft multiple branches at each leaf reduces the number of errors.

However, the potential new branches have to be selected carefully to avoid increasing the error and failure cases.

Future Study

Improving multicast tree construction [1]

Problem of missing value in decision tree grafting [2]

Optimal grafting and appropriate selection of branches to be added [3]

See also

  • Decision tree
  • Artificial neural network

References

1. ^" " Multicast Trees.
2. ^Advanced Topics in Artificial Intelligence by Grigoris Antoniou, John K. Slaney
3. ^" " Decision Tree Grafting

External links

  • R-tree implementation using branch-grafting method (R-tree implementation)
  • Deep copy and persistence of a BWidget's Tree (BWidget Trees)

1 : Decision trees

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/11/10 11:49:15