Performs ensemble clustering analysis on multiple datasets using different clustering methods and compares their performance.
analyze_moc_datasets(
datasets,
selected,
n_ref = 3,
B = 100,
plot = TRUE,
plot_file = NULL
)
A list containing:
Results for each dataset
Adjusted Rand Index comparison table
Runtime comparison table
List of generated plots if plot=TRUE
List of datasets to analyze
Indices of datasets to analyze
Number of reference distributions (default: 3)
Number of bootstrap samples (default: 100)
Whether to generate plots (default: TRUE)
Output file for plots (default: NULL)