Releases: ms609/TreeDist
Releases · ms609/TreeDist
v2.5.0
-
New functions to measure cluster sizes (see
?"cluster-statistics"
). -
KMeansPP()
conducts clustering using K-means++, replacing K-means in app. -
New vignette on tree landscape analysis.
v2.4.1
v2.4.0
v2.3.0
v2.2.0
v2.1.1
v2.1.0
New features
ConsensusInfo()
quickly calculates the splitwise information content of the
consensus of a set of trees, after Smith (forthcoming).SplitwiseInfo()
andClusteringInfo()
gain ap
parameter to reflect the
reduced information content of splits with lower support values, and asum
parameter to allow return of individual split information content.KCDiameter()
approximates the diameter of the Kendall–Colijn metric.Plot3()
(experimental) provides pseudo-3D plotting.
Renamed functions
Project()
/ProjectionQuality()
re-named toMapTrees()
/MappingQuality()
.SpectralClustering()
re-named toSpectralEigens()
.
Improvements
- Add self-organizing map example to treespace vignette.
- Allow the specification of custom vectors in the Kendall–Colijn metric.
- Faster all-to-all tree distance calculation.
v2.0.3
v2.0.2
v2.0.0
-
Project()
launches 'shiny' app for projection and analysis of tree space. -
ProjectionQuality()
calculates trustworthiness and continuity of tree
space projections. -
Faster calculation of Robinson–Foulds distance (using algorithm of Day (1985))
and clustering information distance. -
New class
ClusterTable
to allow faster distance computation with Day (1985)
algorithm. -
Improve error messages in
CalculateTreeDist()
. -
Improvements to vignettes.
-
Use package 'vdiffr' conditionally.