prepare_trainingset {seer} | R Documentation |
preparation of training set
Description
Preparation of a training set for random forest training
Usage
prepare_trainingset(accuracy_set, feature_set)
Arguments
accuracy_set |
output from the fcast_accuracy |
feature_set |
output from the cal_features |
Value
dataframe consisting features and classlabels
[Package seer version 1.1.8 Index]