predict_cv1 | R Documentation |
Get train/test splits of the phenotypic MET dataset based on a number of random k-folds partitions determined by the user, according to the type CV1. Creation of the list of train/test splits based on phenotypic data, so that all the phenotypes from the same line appear in same fold (prediction of new lines never observed in any environment).
predict_cv1(pheno_data, nb_folds, reps, seed)
pheno_data |
|
nb_folds |
|
reps |
|
a cv_object
object which contains nb_folds x reps elements.
Each element of the object corresponds to a split
object with two
elements:
data.frame
Dataset with all observations for the
training set.
data.frame
Dataset with all observations for the test
set.
Cathy C. Westhues cathy.jubin@hotmail.com
jarquin2017increasinglearnMET \insertRefjarquin2014reactionlearnMET
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.