@bdelab/jscat - v5.3.2
    Preparing search index...

    Interface StopAfterNItemsInput

    Interface for input parameters to EarlyStopping classes.

    interface StopAfterNItemsInput {
        logicalOperation?: "and" | "or" | "only" | "AND" | "OR" | "ONLY";
        requiredItems: CatMap<number>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    logicalOperation?: "and" | "or" | "only" | "AND" | "OR" | "ONLY"

    The logical operation to use to evaluate multiple stopping conditions

    requiredItems: CatMap<number>

    Number of items to require before stopping