pub fn build_visual_projection(
query: &VisualProjectionQuery,
temporal: TemporalMemoryResult,
catalogue: Vec<VisualLabel>,
) -> Result<VisualProjectionResult, ApplicationError>Expand description
Bins, clusters and entries of one range, on one clock, one row per
label. catalogue is the about’s labels as read before the dimension
filter, so the result lists a label that is empty here as empty.