fitOneModel | R Documentation |
fitOneModel Train a single subtype model.
fitOneModel(Xbin, Ybin, params = list(max_depth = 2, eta = 0.5, nrounds = 33, nthread = 5))
Xbin |
Gene expression matrix. |
Ybin |
Phenotype vector. |
params |
Params for xgboost. |
A single xgboost classifier.
modC1 <- fitOneModel(ebppGeneExpr, phenotype)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.