Uses of Class
de.julielab.genemapper.evaluation.tools.TAPEvaluator.TapResult
-
Packages that use TAPEvaluator.TapResult Package Description de.julielab.genemapper.evaluation.tools -
-
Uses of TAPEvaluator.TapResult in de.julielab.genemapper.evaluation.tools
Methods in de.julielab.genemapper.evaluation.tools that return TAPEvaluator.TapResult Modifier and Type Method Description TAPEvaluator.TapResultTAPEvaluator. evaluate(String evaluationRunId, com.google.common.collect.Multimap<String,String> gold, com.google.common.collect.Multimap<String,de.julielab.geneexpbase.genemodel.GeneMention> predicted, Function<de.julielab.geneexpbase.candidateretrieval.SynHit,Double> confidenceFunction)Writes the TAP input file from the given gold and predicted data and runs the TAP evaluation script viaTAPEvaluator.evaluate(String, File, File)-TAPEvaluator.TapResultTAPEvaluator. evaluate(String evaluationRunId, File tapInputDir, File tapInputFile)Carries out the evaluation on the tapInputFile.
-