Average cross-trained models to get final prediction values for one dataset.
Usage
X.average.crossmodels(
data = NULL,
scores.col = NA,
labels.col = NA,
evaluate = FALSE,
standard.set = NULL,
eval.metric = "prc"
)
Arguments
- data
Data frame with columns for protein1, protein2 and columns 'score', 'cycle' and 'split'.
- scores.col
Character string: Name of the columns with prediction values.
- labels.col
Character string: Name of the columns with labels.
- evaluate
Logical: Should the averaged predictions be evaluated? Default is FALSE. If TRUE, standard.set must be included
- standard.set
Dataframe with columns protein1, protein2 and another column with labels.
- eval.metric
Character string: Evaluation metric to be used for evaluating the model performance. Options same as in X.evaluate.