The maximum agreement subtree problem is any of several closely related problems in graph theory and computer science. In all of these problems one is given a collection of trees each containing leaves. The leaves of these trees are given labels from some set with so that no pair of leaves in the same tree sharing the same label, within the same tree the labelling for each leaf is distinct. In this problem one would like to find the largest subset such that the minimal spanning subtrees containing the leaves in , of are the "same" while preserving the labelling.

Formulations

edit

Maximum homeomorphic agreement subtree

edit

Source:[1]

This version requires that the subtrees are homeomorphic to one another.

Rooted maximum homeomorphic agreement subtree

edit

This version is the same as the maximum homeomorphic agreement subtree, but we further assume that are rooted and that the subtrees contain the root node. This version of the maximum agreement subtree problem is used for the study of phylogenetic trees.[1] Because of its close ties with phylogeny this formulation is often what is mean when one refers to the "maximum agreement subtree" problem.

Other variants

edit

There exits other formulations for example the (rooted) maximum isomorphic agreement subtree[1] where we require the subtrees to be isomorphic to one another.

See also

edit

References

edit
  1. ^ a b c Amir, A.; Keselman, D. (1997-12-01). "Maximum Agreement Subtree in a Set of Evolutionary Trees: Metrics and Efficient Algorithms". SIAM Journal on Computing. 26 (6): 1656–1669. CiteSeerX 10.1.1.133.6891. doi:10.1137/S0097539794269461. ISSN 0097-5397.
  • Kao, Ming-Yang; Lam, Tak-Wah; Sung, Wing-Kin; Ting, Hing-Fung (August 2001). "An Even Faster and More Unifying Algorithm for Comparing Trees via Unbalanced Bipartite Matchings". Journal of Algorithms. 40 (2): 212–233. arXiv:cs/0101010. doi:10.1006/jagm.2001.1163.

📚 Artikel Terkait di Wikipedia

Frequent subtree mining

other subtrees) is over a given threshold. It is a more general form of the maximum agreement subtree problem. Frequent subtree mining is the problem of

Maximum parsimony

rat, firmly ties the whale to the mammals. To cope with this problem, agreement subtrees, reduced consensus, and double-decay analysis seek to identify

Red–black tree

black height of the subtree rooted by it. In this article, the black height of a null node shall be set to 0, because its subtree is empty as suggested

Tree rearrangement

possible set of subtrees is the slowest but most optimizing way of performing this search. An alternative, more wide-ranging search, subtree pruning and regrafting

Agreement forest

graph-theoretic sense) of restricted subtrees. The size of an agreement forest is simply its number of components. Intuitively, an agreement forest of size k for two

Alpha–beta pruning

eliminated. This way, the search time can be limited to the 'more promising' subtree, and a deeper search can be performed in the same time. Like its predecessor

Phylogenetics

Farris. 1979 Nelson consensus, Nelson. MAST (maximum agreement subtree)((GAS) greatest agreement subtree), a consensus method, Gordon. Bootstrap, Bradley

Glossary of computer science

(ADT) that simulates a hierarchical tree structure, with a root value and subtrees of children with a parent node, represented as a set of linked nodes. type