ダウンロードリスト

プロジェクト概要

QDist パッケージの実装は O (n ログ ^2 n) 方法距離を計算するカルテット系図に、進化の間の時間します。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2005-07-18 18:10
2.0.1

番号()現在の葉として受け入れられている引用符、ラベル、および度の2つのノードを暗黙的にエッジにバイナリツリーを取得するために翻訳されます。
タグ: Minor bugfixes
Numbers (unquoted) are now accepted as
leaf-labels, and degree-two nodes are implicitly
translated into edges to obtain binary trees.

2005-04-27 20:11
2.0

実装での数値表現、大幅なスピードアップに至るまで変更されています。新しいアルゴリズムを木のセットで、同様の木のセットに基づいてすべて対計算がはるかに速く行う全対距離の計算を処理します。距離を計算し、非指向の距離です(これは半分だけの距離を以前のバージョンの計算)。
タグ: Major feature enhancements
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).

2004-04-17 02:37
1.3.1

いくつかの欠落#""は、いくつかのコンパイラの問題を引き起こしていたなど、このリリースで修正。
タグ: Minor bugfixes
This release fixes some missing #include <> that were causing problems with some compilers.

2004-04-06 13:23
1.3.0

別のアルゴリズムでは、ツールに追加されています。この新しいアルゴリズムを大幅に古いものよりもシンプルですがそれは図書館を保証しない(nlog ^ 2n)ランタイムのパフォーマンス(ただし、はO(n ^ 2))を大幅に高速化実際には小さな木の上で動作します。
タグ: Major feature enhancements
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.

2004-03-27 17:44
1.2.0

このツールは、すべてのペアの距離の計算を実行するためにツリーの単一のペアの間だけの距離ではなく、更新されています。これは、ダグは、入力木の冗長な作業を避けるためにセットから、およびビルドのため、場合ツリーのすべてのペアで呼び出されると、以前のバージョンよりも木のセットでパフォーマンスが向上しています。
タグ: Major feature enhancements
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.

プロジェクトリソース