Evaluate a clustering using the given method
evaluate_clustering(readouts, clustering, sim, method, custom_eval = NULL, ...)
The readouts the clustering and similarity matrix are based on.
The clustering to evaluate.
The similarity matrix, this clustering is based on.
The method to evaluate the given clustering. This might be one of "silhouette", "sdindex", "ptbiserial", "dunn", "bw", or "custom'.
A custom function to be run for evaluating a clustering. Only used with method "custom".
Further arguments that are passed to a custom function.
A score that describes how well the clustering fits the data.