ml-matrix
    Preparing search index...

    Interface ILinearDependenciesOptions

    interface ILinearDependenciesOptions {
        thresholdError?: number;
        thresholdValue?: number;
    }
    Index

    Properties

    thresholdError?: number

    If the error, relative to the magnitude of the row being explained, is inferior to that threshold, the linear combination found is accepted and the row is dependent from other rows.

    10e-10

    thresholdValue?: number

    If an absolute value is inferior to this threshold, it will equals zero.

    10e-10