Skip to content

Commit

Permalink
small modification on docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kzkadc committed Oct 12, 2024
1 parent 335e2e7 commit a9f7dfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ignite/metrics/clustering/silhouette_score.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class SilhouetteScore(_ClusteringMetricBase):
s = \frac{b-a}{\max(a,b)}
where:
- :math:`a` is the mean distance between a sample and all other points in the same cluster.
- :math:`b` is the mean distance between a sample and all other points in the next nearest cluster.
Expand Down

0 comments on commit a9f7dfd

Please # to comment.