mikera.matrixx.algo
Interface IPLSResult
-
- All Known Implementing Classes:
- PLS
public interface IPLSResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description AMatrixgetB()Get the matrix of diagonal coefficientsAMatrixgetCoefficients()Get the matrix of regression coefficients B, for the equation: Y = X.Bt+CAVectorgetConstant()Get the regression constant C, for the equation: Y = X.Bt+CAMatrixgetP()Get the loadings matrix for XAMatrixgetQ()Get the loadings matrix for YAMatrixgetT()Get the score matrix for XAMatrixgetW()Get the PLS Weight matrixAMatrixgetX()Get the original input matrix,AMatrixgetY()Get the original output matrix,
-
-
-
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