From 0fd2a378d61854e041d6853ccb2ebc43b230653e Mon Sep 17 00:00:00 2001 From: Yibo Kong <94937314+YiboK@users.noreply.github.com> Date: Wed, 3 Jan 2024 19:21:15 -0600 Subject: [PATCH] added PhyloClustering to the Software page --- pages/software.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pages/software.md b/pages/software.md index a370efd..29d137f 100644 --- a/pages/software.md +++ b/pages/software.md @@ -254,3 +254,21 @@ Bayesian species delimitation integrating genes and traits data. --- + +
+
+
+ PhyloClustering.jl
+ PhyloClustering.jl is a Julia package to perform unsupervised learning on phylogenetic trees. + The algorithms currently included are K-means, Hierarchical Clustering, Gaussian Mixture Model, and DBSCAN.
+
Check out the + documentation and tutorials.
+
Software developed by Yibo Kong.
+
+ +
+
+
+
+ +---