All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.isi.nlp.evaluation.EvaluationConstants Maven / Gradle / Ivy

The newest version!
package edu.isi.nlp.evaluation;

import edu.isi.nlp.symbols.Symbol;

/**
 * Convenience constants for using in evaluation code. When building confusion matrices for binary
 * decisions, we use these conventional constants as the labels.
 */
public final class EvaluationConstants {
  public static final Symbol PRESENT = Symbol.from("Present");
  public static final Symbol ABSENT = Symbol.from("Absent");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy