Member Junction
    Preparing search index...

    Result of the post-training single-feature-dominance check.

    interface DominanceResult {
        Dominant: boolean;
        Threshold: number;
        TopFeature?: string;
        TopShare?: number;
    }
    Index

    Properties

    Dominant: boolean

    Whether a single feature's importance exceeds the threshold.

    Threshold: number

    The threshold compared against.

    TopFeature?: string

    The most-important feature's name (when any importances were provided).

    TopShare?: number

    The top feature's normalized importance share (0..1).