Skip to content

Commit

Permalink
Merge pull request #266 from JuliaStats/ast/benchmark_ref
Browse files Browse the repository at this point in the history
Add ClusteringBenchmarks.jl reference
  • Loading branch information
alyst committed Dec 19, 2023
2 parents a3f68d6 + 23f8cc8 commit 377678d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Methods for data clustering and evaluation of clustering quality.
[![Build Status](https://github.com/JuliaStats/Clustering.jl/workflows/CI/badge.svg)](https://github.com/JuliaStats/Clustering.jl/actions?query=workflow%3ACI+branch%3Amaster)
[![codecov](https://codecov.io/gh/JuliaStats/Clustering.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaStats/Clustering.jl)

**Documentation**: [![][docs-stable-img]][docs-stable-url] [![][docs-latest-img]][docs-latest-url]
**Documentation**: [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url]

## Installation

Expand Down Expand Up @@ -36,14 +36,18 @@ Pkg.add("Clustering")
- Rand index
- V-Measure

## See Also

Julia packages providing other clustering methods and performance evaluation:
- [QuickShiftClustering.jl](https://github.com/rened/QuickShiftClustering.jl)
- [SpectralClustering.jl](https://github.com/lucianolorenti/SpectralClustering.jl)
- [ClusteringBenchmarks.jl](https://github.com/HolyLab/ClusteringBenchmarks.jl)

[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: http://JuliaStats.github.io/Clustering.jl/dev/

[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
[docs-latest-url]: http://JuliaStats.github.io/Clustering.jl/latest/

[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: http://JuliaStats.github.io/Clustering.jl/stable/

## See Also

Julia packages providing other clustering methods:
- [QuickShiftClustering.jl](https://github.com/rened/QuickShiftClustering.jl)
- [SpectralClustering.jl](https://github.com/lucianolorenti/SpectralClustering.jl)
5 changes: 5 additions & 0 deletions docs/source/validate.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,8 @@ the partition co-occurrence, see [`counts`](@ref).
```@docs
confusion
```

## Other packages

* [ClusteringBenchmarks.jl](https://github.com/HolyLab/ClusteringBenchmarks.jl) provides
benchmark datasets and implements additional methods for evaluating clustering performance.

0 comments on commit 377678d

Please sign in to comment.