Skip to contents

Given a solutions_matrix and a list of similarity_matrices (or a single similarity_matrix if the solutions_matrix has only 1 row), return a list of 'silhouette' objects from the cluster package

Usage

calculate_silhouettes(solutions_matrix, similarity_matrices)

Arguments

solutions_matrix

A solutions_matrix (see ?batch_snf)

similarity_matrices

A list of similarity matrices (see ?batch_snf)

Value

silhouette_scores A list of "silhouette" objects from the cluster package.