ml-gsd
    Preparing search index...

    Interface JoinBroadPeaksOptions

    interface JoinBroadPeaksOptions {
        broadRatio?: number;
        broadWidth?: number;
        optimization?: OptimizationOptions;
        shape?: Shape1D;
    }
    Index

    Properties

    broadRatio?: number

    broadRatio

    0.0025
    
    broadWidth?: number

    width limit to join peaks.

    0.25
    
    optimization?: OptimizationOptions

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

    shape?: Shape1D

    it's specify the kind of shape used to fitting.