survsrf_tune_single {survcompare} | R Documentation |
Internal function for survsrf_tune(), performs 1 CV
Description
Internal function for survsrf_tune(), performs 1 CV
Usage
survsrf_tune_single(
df_tune,
predict.factors,
fixed_time = NaN,
grid_hyperparams = c(),
inner_cv = 3,
randomseed = NaN,
progressbar = FALSE
)
Arguments
df_tune |
data |
predict.factors |
list of predictor names |
fixed_time |
predictions for which time are computed for c-index |
grid_hyperparams |
hyperparameters grid (or a default will be used ) |
inner_cv |
number of folds for each CV |
randomseed |
randomseed |
progressbar |
FALSE(default)/TRUE |
Value
output=list(grid, cindex, cindex_mean)
[Package survcompare version 0.3.0 Index]