predict_cv0 | 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 CV0. Creation of the list of train/test splits based on phenotypic data, so that all the phenotypes from the same environment/year/site appear in the same fold, according to the type of the CV0 scheme.
predict_cv0(pheno_data, cv0_type)
pheno_data |
|
cv0_type |
|
a cv_object
object which contains the train/test splits of the
CV scheme. 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.