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 9c33d00 commit de6aee0
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 @@ -4,7 +4,7 @@
clustering_quality(X, centers, assignments, [distance;] quality_index)
clustering_quality(X, kmeans_clustering, [distance;] quality_index)
Compute chosen quality index value for a hard clustering.
Compute the clustering quality index for a given clustering.
# Arguments
- `data::AbstractMatrix`: ``d×n`` data matrix with each column representing one ``d``-dimensional data point
Expand Down

0 comments on commit de6aee0

Please sign in to comment.