File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ mutualinfo
85
85
86
86
## Clustering quality indices
87
87
88
- [ ` clustering_quality() ` ] [ @ref clustering_quality ] methods allow computing * intrinsic* clustering quality indices,
88
+ [ ` clustering_quality() ` ] ( @ref clustering_quality) methods allow computing * intrinsic* clustering quality indices,
89
89
i.e. the metrics that depend only on the clustering itself and do not use the external knowledge.
90
90
These metrics can be used to compare different clustering algorithms or choose the optimal number of clusters.
91
91
@@ -180,7 +180,7 @@ Higher values indicate better separation of clusters w.r.t. point distances.
180
180
silhouettes
181
181
```
182
182
183
- [ ` clustering_quality(..., quality_index=:silhouettes) ` ] [ @ref clustering_quality ]
183
+ [ ` clustering_quality(..., quality_index=:silhouettes) ` ] ( @ref clustering_quality)
184
184
provides mean silhouette metric for the datapoints. Higher values indicate better quality.
185
185
186
186
## References
You can’t perform that action at this time.
0 commit comments