Evaluate a clustering using a custom evaluation function
evaluate_clustering_custom(readouts, clustering, sim, custom_eval, ...)
The readouts the clustering and similarity matrix are based on.
The clustering to evaluate.
The similarity matrix, this clustering is based on.
The custom function to be run for evaluating a clustering.
Further arguments that are passed to the custom function.
A score that describes how well the clustering fits the data.