Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
YiboK committed Feb 26, 2024
2 parents b5a4a61 + b59654d commit 28d1f0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Overview

`PhyloClustering.jl` is a [Julia](http://julialang.org/) package forperforming unsupervised learning on phylogenetic trees. The algorithms currently included are K-means, Hierarchical Clustering, Gaussian Mixture Model, and DBSCAN.
`PhyloClustering.jl` is a [Julia](http://julialang.org/) package to perform unsupervised learning on phylogenetic trees. The algorithms currently included are K-means, Hierarchical Clustering, Gaussian Mixture Model, and DBSCAN.

## Usage

Expand All @@ -33,7 +33,7 @@ To check or get all the original data from tests, check the GitHub repository [h
If you use `PhyloClustering.jl` in your work, we kindly ask that you cite the following paper:
```
@article{kong_Tiley_solis-lemus_2023,
author = {Kong, Y. , Tiley, G. P., and Sol'{i}s-Lemus, C.},
author = {Kong, Y., Tiley, G. P., and Sol'{i}s-Lemus, C.},
year = {2023},
title = {{Unsupervised learning of phylogenetic trees via split-weight embedding}},
url={https://arxiv.org/abs/2312.16074}
Expand Down

0 comments on commit 28d1f0c

Please sign in to comment.