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

Class PLS

  • All Implemented Interfaces:
    IPLSResult


    public class PLS
    extends java.lang.Object
    implements IPLSResult
    Algorithm class implementing PLS regression
    • Method Detail

      • getX

        public AMatrix getX()
        Description copied from interface: IPLSResult
        Get the original input matrix,
        Specified by:
        getX in interface IPLSResult
        Returns:
      • getY

        public AMatrix getY()
        Description copied from interface: IPLSResult
        Get the original output matrix,
        Specified by:
        getY in interface IPLSResult
        Returns:
      • getT

        public AMatrix getT()
        Description copied from interface: IPLSResult
        Get the score matrix for X
        Specified by:
        getT in interface IPLSResult
        Returns:
      • getP

        public AMatrix getP()
        Description copied from interface: IPLSResult
        Get the loadings matrix for X
        Specified by:
        getP in interface IPLSResult
        Returns:
      • getQ

        public AMatrix getQ()
        Description copied from interface: IPLSResult
        Get the loadings matrix for Y
        Specified by:
        getQ in interface IPLSResult
        Returns:
      • getW

        public AMatrix getW()
        Description copied from interface: IPLSResult
        Get the PLS Weight matrix
        Specified by:
        getW in interface IPLSResult
        Returns:
      • getB

        public AMatrix getB()
        Description copied from interface: IPLSResult
        Get the matrix of diagonal coefficients
        Specified by:
        getB in interface IPLSResult
        Returns:
      • getCoefficients

        public AMatrix getCoefficients()
        Description copied from interface: IPLSResult
        Get the matrix of regression coefficients B, for the equation: Y = X.Bt+C
        Specified by:
        getCoefficients in interface IPLSResult
        Returns:
      • getConstant

        public AVector getConstant()
        Description copied from interface: IPLSResult
        Get the regression constant C, for the equation: Y = X.Bt+C
        Specified by:
        getConstant in interface IPLSResult
        Returns:

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.