R/analysis.R
calculate_models_synergies_fp.Rd
Since the given unobserved.model.predictions
data.frame has only the
negative results, this function returns the total number of 1's in each row.
calculate_models_synergies_fp(unobserved.model.predictions)
unobserved.model.predictions |
|
---|
an integer vector with elements the number of false positive predictions
per model. The model names are given in the names attribute (same order
as in the rownames attribute of the unobserved.model.predictions
data.frame
).
Other confusion matrix calculation functions:
calculate_mcc()
,
calculate_models_mcc()
,
calculate_models_synergies_fn()
,
calculate_models_synergies_tn()
,
calculate_models_synergies_tp()