Documentation of 'mikera.matrixx.algo.IPLSResult' Java class
IPLSResult
mikera.matrixx.algo

Interface IPLSResult

  • All Known Implementing Classes:
    PLS


    public interface IPLSResult
    • Method Detail

      • getX

        AMatrix getX()
        Get the original input matrix,
        Returns:
      • getY

        AMatrix getY()
        Get the original output matrix,
        Returns:
      • getT

        AMatrix getT()
        Get the score matrix for X
        Returns:
      • getP

        AMatrix getP()
        Get the loadings matrix for X
        Returns:
      • getQ

        AMatrix getQ()
        Get the loadings matrix for Y
        Returns:
      • getW

        AMatrix getW()
        Get the PLS Weight matrix
        Returns:
      • getB

        AMatrix getB()
        Get the matrix of diagonal coefficients
        Returns:
      • getCoefficients

        AMatrix getCoefficients()
        Get the matrix of regression coefficients B, for the equation: Y = X.Bt+C
        Returns:
      • getConstant

        AVector getConstant()
        Get the regression constant C, for the equation: Y = X.Bt+C
        Returns:

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.