Calculate silhouette score
Arguments
- predicted
Cluster assignments
- data_frame
Data frame containing the data
- precomputed_dist
Optional precomputed distance matrix (output of
dist). IfNULL(default), the distance matrix is computed fromdata_frame.