modelddsPLSCpp_Rcpp {ddsPLS} | R Documentation |
C++ code to build models, internal function
Description
Build a ddsPLS model once the bootstrap operations has allowed to find a correct lambda.
Usage
modelddsPLSCpp_Rcpp(U, V, X, Y, lambdas, R, n, p, q, lambda0)
Arguments
U |
The weights for X part. |
V |
The weights for Y part. |
X |
The matrix of X part. |
Y |
The matrix of X part. |
lambdas |
The to be tested values for lambda. |
R |
The number of components to build. |
n |
The number of observations. |
p |
The number of variables of X part. |
q |
The number of variables of Y part. |
lambda0 |
The vector of regulation parameters. |
[Package ddsPLS version 1.2.1 Index]