Documentation of 'mikera.matrixx.decompose.ISVDResult' Java class
ISVDResult
mikera.matrixx.decompose

Interface ISVDResult

  • All Known Implementing Classes:
    SVDResult


    public interface ISVDResult
    Interface representing the result of an SVD decomposition
    • Method Detail

      • getU

        AMatrix getU()

        Returns the orthogonal 'U' matrix.

        Returns:
        An orthogonal matrix.
      • getS

        AMatrix getS()
        Returns a diagonal matrix with the singular values. Order of the singular values is not guaranteed.
        Returns:
        matrix with singular values along the diagonal.
      • getV

        AMatrix getV()

        Returns the orthogonal 'V' matrix.

        Returns:
        An orthogonal matrix.
      • getSingularValues

        AVector getSingularValues()
        Returns an array containing singular values. The non zero singular values are the square roots of the non-zero eigenvalues of MTM and MMT, where M is the input matrix.
        Returns:

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.