Learn R Programming

bigPLSR (version 0.7.2)

cpp_kernel_pls: Internal kernel and wide-kernel PLS solver

Description

Internal kernel and wide-kernel PLS solver

Usage

cpp_kernel_pls(X, Y, ncomp, tol, wide)

Value

A list containing the kernel PLS factors.

Arguments

X

Centered design matrix.

Y

Centered response matrix.

ncomp

Maximum number of components.

tol

Numerical tolerance.

wide

Whether to use the wide-kernel update.