nexus-agents - v2.80.0
    Preparing search index...

    Interface AdaptiveThresholdResult

    Result of computing adaptive thresholds for a CLI+category pair.

    interface AdaptiveThresholdResult {
        baseline: number;
        maxBonus: number;
        coldStart: number;
        trend: Trend;
        confidence: number;
        sampleCount: number;
    }
    Index

    Properties

    baseline: number

    Adjusted baseline success rate (default: 0.7).

    maxBonus: number

    Adjusted max bonus cap (default: 10).

    coldStart: number

    Minimum samples before adjustment (always 10).

    trend: Trend

    Detected performance trend.

    confidence: number

    Confidence in the result (0-1), based on sample size.

    sampleCount: number

    Number of outcomes used for computation.