pub fn draft_correlation(
groups: &[GroupedExemplar],
negative_groups: &[GroupedExemplar],
baseline: &[Value],
config: &CorrelationDraftConfig,
) -> Result<CorrelationDraftReport, CorrelationDraftError>Expand description
Draft, emit, and verify a temporal correlation from positive groups.
Every positive and negative group is replayed through a fresh correlation
engine. baseline is a flat corpus used only for per-slot contrast.