evaluate_clustering_custom {MultIS}R Documentation

Evaluate a clustering using a custom evaluation function

Description

Evaluate a clustering using a custom evaluation function

Usage

evaluate_clustering_custom(readouts, clustering, sim, custom_eval, ...)

Arguments

readouts

The readouts the clustering and similarity matrix are based on.

clustering

The clustering to evaluate.

sim

The similarity matrix, this clustering is based on.

custom_eval

The custom function to be run for evaluating a clustering.

...

Further arguments that are passed to the custom function.

Value

A score that describes how well the clustering fits the data.


[Package MultIS version 0.6.2 Index]