To also allow for easy comparison between clustering algorithms for raw data processing, we need a raw data generation mode, that shifts from a frame-centric to a cluster-centric generation of signals. Roughly, we would like to have a function that can do build_cluster(cluster_id), build_clusters([cluster_ids]) which would return all intensity counts along the dimensions it appears in.
To also allow for easy comparison between clustering algorithms for raw data processing, we need a raw data generation mode, that shifts from a frame-centric to a cluster-centric generation of signals. Roughly, we would like to have a function that can do
build_cluster(cluster_id), build_clusters([cluster_ids])which would return all intensity counts along the dimensions it appears in.