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

    Interface DashboardRenderOptions

    ASCII dashboard render options.

    interface DashboardRenderOptions {
        showConfidenceIntervals?: boolean;
        showTaskTypes?: boolean;
        showLearningProgress?: boolean;
        showFeatureImportance?: boolean;
        maxWidth?: number;
    }
    Index

    Properties

    showConfidenceIntervals?: boolean

    Show confidence intervals

    showTaskTypes?: boolean

    Show task type breakdown

    showLearningProgress?: boolean

    Show learning progress

    showFeatureImportance?: boolean

    Show feature importance

    maxWidth?: number

    Maximum width in characters