Download List

專案描述

The QDist package implements the O(n log^2 n) time
method for computing the quartet distance between
unrooted evolutionary trees.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-07-18 18:10
2.0.1

Numbers (unquoted) are now accepted as
leaf-labels, and degree-two nodes are implicitly
translated into edges to obtain binary trees.
標籤: Minor bugfixes

2005-04-27 20:11
2.0

The number representation in the implementation has been changed, leading to a significant speed up. A new algorithm handles the calculation of all-pairwise distances on a set of trees, making all-pairwise calculations much faster on sets of similar trees. The distance calculated is the non-oriented distance (which is just half the distance previous versions calculated).
標籤: Major feature enhancements

2004-04-17 02:37
1.3.1

This release fixes some missing #include <> that were causing problems with some compilers.
標籤: Minor bugfixes

2004-04-06 13:23
1.3.0

An alternative algorithm has been added to the tool. This new algorithm is significantly simpler than the old one, and while it does not guarantee a O(nlog^2n) runtime performance (but a O(n^2)) it works significantly faster in practice on smaller trees.
標籤: Major feature enhancements

2004-03-27 17:44
1.2.0

The tool has been updated to perform all-pairs distance calculations
rather than only the distance between a single pair of trees. It uses a
DAG build from the input set of trees to avoid redundant work, and thus
performs better on a set of trees than the previous version would if
called on all pairs of trees.
標籤: Major feature enhancements

Project Resources