Perform clustering within a level set
perform_clustering(
original_data,
filter_values,
points_in_this_level,
methods,
method_params = list()
)A list containing the number of vertices, external indices, and internal indices.
Original dataframe, not the filter values.
The filter values.
Points in the current level set.
Specify the clustering method to be used, e.g., "hclust" or "kmeans".
A list of parameters for the clustering method.