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