Skip to content

Commit

Permalink
Minor update to the README (#209)
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffrey Stewart <[email protected]>

Co-authored-by: Geoffrey Stewart <[email protected]>
  • Loading branch information
geoffreydstewart and geoffreydstewart authored Jan 7, 2022
1 parent 994e671 commit 68188bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ output.

### Clustering

Tribuo includes infrastructure for clustering and also supplies a single
clustering algorithm implementation. We expect to implement additional
Tribuo includes infrastructure for clustering and also supplies two
clustering algorithm implementations. We expect to implement additional
algorithms over time.

|Algorithm|Implementation|Notes|
|---|---|---|
|HDBSCAN\*|Tribuo||
|HDBSCAN\*|Tribuo|A density-based algorithm which discovers clusters and outliers|
|K-Means|Tribuo|Includes both sequential and parallel backends, and the K-Means++ initialisation algorithm|

### Anomaly Detection
Expand Down

0 comments on commit 68188bc

Please sign in to comment.