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