Uses of Class
de.julielab.genemapper.evaluation.tools.TAPEvaluator.TapInputList
-
Packages that use TAPEvaluator.TapInputList Package Description de.julielab.genemapper.evaluation.tools -
-
Uses of TAPEvaluator.TapInputList in de.julielab.genemapper.evaluation.tools
Methods in de.julielab.genemapper.evaluation.tools that return types with arguments of type TAPEvaluator.TapInputList Modifier and Type Method Description List<TAPEvaluator.TapInputList>TAPEvaluator. makeTapInputLists(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)Creates a representation of TAP input lists.
-