View source: R/networkFunctions.R
build integrative panels (Concatenation, Ensemble, DIABLO)
1 2  | integrativePanels(X.train, Y.train, X.test, Y.test, concat_alpha,
  concat_lambda, single_alphaList, single_lambdaList, M, iter, threads)
 | 
X.train | 
 list of nxp datasets of length k  | 
Y.train | 
 - n-vector of class labels  | 
concat_alpha | 
 - 0 < value < 1  | 
concat_lambda | 
 - value that controls the strength of the penalization  | 
single_alphaList | 
 - list of alpha values of length k  | 
single_lambdaList | 
 - list of lambda values of length k  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.