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

com.bbn.bue.common.evaluation.EvaluationConstants Maven / Gradle / Ivy

The newest version!
package com.bbn.bue.common.evaluation;

import com.bbn.bue.common.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 - 2024 Weber Informatics LLC | Privacy Policy