Build a ddsPLS model once the bootstrap operations has allowed to find a correct lambda.
modelddsPLSCpp_Rcpp(U, V, X, Y, lambdas, R, n, p, q, lambda0)The weights for X part.
The weights for Y part.
The matrix of X part.
The matrix of X part.
The to be tested values for lambda.
The number of components to build.
The number of observations.
The number of variables of X part.
The number of variables of Y part.
The vector of regulation parameters.