Skip to contents

Function to provide graphical visualization for selecting the optimal number of clusters. The function provides graphical visualization showing the minimal (weighted) average distance for every cluster number.

Usage

plot_cluster_numbers(cluster_results, clusters_range = NULL)

Arguments

cluster_results

List of fuzzyclara clustering results with different numbers of clusters.

clusters_range

Optional range for the number of clusters. Defaults to NULL.