getOneRoundCVRes | R Documentation |
Get one round CV result
getOneRoundCVRes(df, label, k, seed = 1, times = 1, type = "response")
df |
data.frame. Row is sample, col is gene |
label |
TRUE/FALSE vector |
k |
Folds |
times |
Default: 1. the number of pieces was use to predict. E.g. times = 5, will run 5 times, each time use a different piece to predict. |
type |
"response" or "link" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.