modelddsPLSCpp_Rcpp: C++ code to build models, internal function

View source: R/RcppExports.R

modelddsPLSCpp_RcppR 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.


ddsPLS documentation built on May 29, 2024, 10:26 a.m.