R/EvaluateConceptSets.R
evaluateConceptSets.Rd
Evaluate concept sets
evaluateConceptSets(conceptSets)
The concept sets to evaluate. A data frame with two columns: id: the ID of the concept set, and conceptId: the concept ID of the concept included in the concept set. Can contain 1 or more rows per concept set.
id
conceptId
The evaluation of the concept sets
data(ai3ConceptSets) results <- evaluateConceptSets(ai3ConceptSets) results$f1ConservativeWeighted[results$id == "Total"] #> [1] 0.8764369