ml-fcnnls
    Preparing search index...

    Interface Info

    interface Info {
        iterations: number;
        rse: number[][];
    }
    Index

    Properties

    Properties

    iterations: number

    The number of times K was calculated (it accounts for the OLS guess of K, and will be maxIterations + 1 when maxIterations is reached)

    rse: number[][]

    Root Squared Error. This is a row vector, the RSE values for each column of Y.