ml-matrix
    Preparing search index...

    Interface ISVDOptions

    interface ISVDOptions {
        autoTranspose?: boolean;
        computeLeftSingularVectors?: boolean;
        computeRightSingularVectors?: boolean;
    }
    Index

    Properties

    autoTranspose?: boolean

    false

    computeLeftSingularVectors?: boolean

    true

    computeRightSingularVectors?: boolean

    true