compute_exemplar_indices_from_trees¶
- fast_plscan.compute_exemplar_indices_from_trees(leaf_tree, condensed_tree, labels, num_points)¶
Compute exemplar point indices per cluster from fitted tree structures.
Assumes inputs are already validated.
- Parameters:
- Return type:
- Returns:
exemplars_per_cluster – List of arrays with exemplar point indices per cluster.