Skip to content

Commit

Permalink
Update src/clustering_quality.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Stukalov <[email protected]>
  • Loading branch information
jaksle and alyst authored Oct 9, 2023
1 parent f9217a7 commit 8c2a451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clustering_quality.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Compute chosen quality index value for a hard clustering.
- `data::AbstractMatrix`: ``d×n`` data matrix with each column representing one ``d``-dimensional data point
- `centers::AbstractMatrix`: ``d×k`` matrix with cluster centers represented as columns
- `assignments::AbstractVector{Int}`: ``n`` vector of point assignments (cluster indices)
- `kmeans_clustering::KmeansResult`: the output of kmeans method
- `clustering::ClusteringResult`: the output of the clustering method
- `distance::SemiMetric=SqEuclidean()`: `SemiMetric` object that defines the distance between the data points
- `quality_index::Symbol`: quality index to calculate; see below for the supported options
Expand Down

0 comments on commit 8c2a451

Please sign in to comment.