ml-spectra-processing
    Preparing search index...

    Interface XRescaleOptions<ArrayType>

    interface XRescaleOptions<ArrayType extends NumberArray = Float64Array> {
        max?: number;
        min?: number;
        output?: ArrayType;
    }

    Type Parameters

    • ArrayType extends NumberArray = Float64Array
    Index

    Properties

    Properties

    max?: number

    max used for the scaling

    1
    
    min?: number

    min used for the scaling

    0
    
    output?: ArrayType

    output into which to placed the data