matchKFold.heddata {hpiR} | R Documentation |
Helper function to make KFold data
Description
Function to help create KFold data based on hed approach
Usage
## S3 method for class 'heddata'
matchKFold(train_df, pred_df)
Arguments
train_df |
Data.frame of training data |
pred_df |
Data.frame (class 'hpidata“) to be used for prediction |
[Package hpiR version 0.3.2 Index]