Class GeneIdCorrectnessRenderer
- java.lang.Object
-
- de.julielab.genemapper.evaluation.GeneIdCorrectnessRenderer
-
public class GeneIdCorrectnessRenderer extends Object
-
-
Constructor Summary
Constructors Constructor Description GeneIdCorrectnessRenderer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringrenderCorrectGeneSetMention(de.julielab.geneexpbase.genemodel.GeneMention gm, String goldId)static StringrenderCorrectIdGeneMention(de.julielab.geneexpbase.genemodel.GeneMention gm)static StringrenderCorrectRejection(de.julielab.geneexpbase.genemodel.GeneMention gm)static StringrenderIncorrectRejection(de.julielab.geneexpbase.genemodel.GeneMention gm)static StringrenderMissedRejection(de.julielab.geneexpbase.genemodel.GeneMention gm)static StringrenderNoCorrectCandidateIdGeneMention(de.julielab.geneexpbase.genemodel.GeneMention gm)static StringrenderNoCorrectMentionGeneSet(de.julielab.geneexpbase.genemodel.GeneMention gm, String goldId)static StringrenderWrongGeneSetMention(de.julielab.geneexpbase.genemodel.GeneMention gm, String goldId)static StringrenderWrongIdGeneMention(de.julielab.geneexpbase.genemodel.GeneMention gm)static StringrenderWrongIdGeneMention(de.julielab.geneexpbase.genemodel.GeneMention gm, de.julielab.geneexpbase.candidateretrieval.CandidateRetrieval candidateRetrieval, de.julielab.geneexpbase.candidateretrieval.QueryGenerator queryGenerator)
-
-
-
Method Detail
-
renderCorrectIdGeneMention
public static String renderCorrectIdGeneMention(de.julielab.geneexpbase.genemodel.GeneMention gm)
-
renderCorrectGeneSetMention
public static String renderCorrectGeneSetMention(de.julielab.geneexpbase.genemodel.GeneMention gm, String goldId)
-
renderCorrectRejection
public static String renderCorrectRejection(de.julielab.geneexpbase.genemodel.GeneMention gm)
-
renderIncorrectRejection
public static String renderIncorrectRejection(de.julielab.geneexpbase.genemodel.GeneMention gm)
-
renderMissedRejection
public static String renderMissedRejection(de.julielab.geneexpbase.genemodel.GeneMention gm)
-
renderWrongGeneSetMention
public static String renderWrongGeneSetMention(de.julielab.geneexpbase.genemodel.GeneMention gm, String goldId)
-
renderWrongIdGeneMention
public static String renderWrongIdGeneMention(de.julielab.geneexpbase.genemodel.GeneMention gm, de.julielab.geneexpbase.candidateretrieval.CandidateRetrieval candidateRetrieval, de.julielab.geneexpbase.candidateretrieval.QueryGenerator queryGenerator)
-
renderWrongIdGeneMention
public static String renderWrongIdGeneMention(de.julielab.geneexpbase.genemodel.GeneMention gm)
-
renderNoCorrectCandidateIdGeneMention
public static String renderNoCorrectCandidateIdGeneMention(de.julielab.geneexpbase.genemodel.GeneMention gm)
-
-