View source: R/classifier_train.R
cv_loop_train | R Documentation |
iterates training a model with CV (serial version)
cv_loop_train( data, cls, stratify = NA, fitControl, K = 25, resampling_rate = 0.8, n_features = NA, filter_method = c("ROC", "WILCOX"), filter_direction = c("two.sided", "greater", "less"), filter_threshold_diff = 1, filter_threshold_score = 0.8, observation_weights = NULL, feature_weights = c("uniform", "weighted") )
data |
input matrix, of dimension |
cls |
class labels |
K |
... |
resampling_rate |
... |
n_features |
... |
filter_method |
... |
filter_direction |
... |
filter_threshold_diff |
... |
filter_threshold_score |
... |
observation_weights |
... |
feature_weights |
... |
a list of trained models – see cv_loop_train_iter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.