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

    Interface ClowderInput

    interface ClowderInput {
        cats: CatMap<CatInput>;
        corpus: MultiZetaStimulus[];
        earlyStopping?: EarlyStopping;
        randomSeed?: string | null;
    }
    Index

    Properties

    An object containing Cat configurations for each Cat instance. Keys correspond to Cat names, while values correspond to Cat configurations.

    An object containing arrays of stimuli for each corpus.

    earlyStopping?: EarlyStopping

    An optional EarlyStopping instance to use for early stopping.

    randomSeed?: string | null

    A random seed for reproducibility. If not provided, a random seed will be generated.