chromatography
    Preparing search index...

    Interface DeconvolutionOptions

    interface DeconvolutionOptions {
        nmfOptions?: NmfOptions;
        range: ChromatogramRange;
        rank?: number;
    }
    Index

    Properties

    nmfOptions?: NmfOptions

    Options to non-negative factorization (deconvolution method).

    Range with from to.

    rank?: number

    Number of pure components. If it's undefined, it will be estimated by explained variance of PCA.