Skip to main content

draft_correlation

Function draft_correlation 

Source
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.