Causality Analyzer
    Preparing search index...
    interface VotingDetectorConfig {
        minAgreement?: number;
        strategy: VotingStrategy;
        weights?: number[];
    }
    Index
    minAgreement?: number

    Minimum number of detectors that must agree (majority only)

    strategy: VotingStrategy
    weights?: number[]

    Per-detector weights (weighted only)