Interface ISVDOptions

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

Properties

autoTranspose?: boolean

Default

false

computeLeftSingularVectors?: boolean

Default

true

computeRightSingularVectors?: boolean

Default

true