ml-gsd
    Preparing search index...

    Interface AddMissingShapeOptions<T>

    interface AddMissingShapeOptions<T> {
        output?: T[];
        shape?: Shape1D;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    output?: T[]

    Destination array.

    structuredClone(peaks)
    
    shape?: Shape1D

    Shape used when a peak has none.

    { kind: 'gaussian' }