Inner engine for PLS calculating weights based on a combined objective, maximising 1) covariance between X and Y, 2) description of feature to feature relationship, 3) Alternative kernel representation of sample-data and 4) with possible sparseness.
1 2 | calc_struct_weights(X, Ys, QQ, HH, aH, sumabsw = sqrt(dim(X)[2]),
niter = 20)
|
X |
a (preprocessed) n by px dataset |
Ys |
a (preprocessed) n by py dataset of responses |
QQ |
a py by py symmetric feature kernel representing similarities between features. |
HH |
a px by px symmetric sample kernel representing similarities between samples. |
sumabsw |
a scalar contraint on the L1 norm of the weights. |
niter |
= 20 (default) number of iterations |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.