ml-gsd
    Preparing search index...

    Interface OptimizePeaksOptions

    interface OptimizePeaksOptions {
        baseline?: number;
        factorLimits?: number;
        fromTo?: Partial<FromTo>;
        groupingFactor?: number;
        optimization?: OptimizationOptions;
        shape?: Shape1D;
    }
    Index

    Properties

    baseline?: number

    baseline

    factorLimits?: number

    Define the min / max values

    2
    
    fromTo?: Partial<FromTo>

    range to apply the optimization

    groupingFactor?: number

    Number of times we should multiply the width determining if the peaks have to be grouped and therefore optimized together

    1
    
    optimization?: OptimizationOptions

    it's specify the kind and options of the algorithm use to optimize parameters.

    shape?: Shape1D

    Shape to use for optimization

    {kind:'gaussian'}