Description Usage Arguments Value Examples
View source: R/grid_search_kboost.R
Function to perform a grid search and find the hyperparameters.
1 | grid_search_kboost(dataset, vs, gs, ite)
|
dataset |
1 for IRMA or 2 for DREAM4 multifactorial. |
vs |
The range of values of v. All values need to be between 0 and 1. |
gs |
The range of values of g. All values need to be larger than 0. |
ite |
An integer that is the number of iterations, fixed in this case. |
list with auprs and aurocs of different values of vs and gs and ite.
1 | res = grid_search_kboost(1,c(0.1,0.5,1),c(1,10,60,100),3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.