View source: R/mod_MLmodels_utils.R
runFeatureNumberTuning | R Documentation |
A feature number tuning function of splsda model for each component of each data block.
runFeatureNumberTuning(dataTrainList, YClassVector, ncomp, design)
dataTrainList |
List of data block training part. |
YClassVector |
List of your sample classes vector provided |
ncomp |
Component number in splsda model obtained from runComponentNumberTest function launched by runSPLSDAmodels_Diablo function. |
design |
Covariance matrix design obtained from |
Grid of number of features to select by sPLS-DA model for each component and omic.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.