Class EntityMapper.MappingStatistics

java.lang.Object
ubic.gemma.core.loader.util.mapper.EntityMapper.MappingStatistics
Enclosing interface:
EntityMapper<T extends Identifiable>

public static final class EntityMapper.MappingStatistics extends Object
Mapping statistics computed from a given set of entities and identifiers.
  • Constructor Details

    • MappingStatistics

      public MappingStatistics(double overlap, double coverage)
      Creates a new MappingStatistics instance.
      Parameters:
      overlap - Proportion of the identifiers that were mapped to a candidate.
      coverage - Proportion of the candidates that were mapped by an identifier.
  • Method Details

    • getOverlap

      public double getOverlap()
      Proportion of the identifiers that were mapped to a candidate.
    • getCoverage

      public double getCoverage()
      Proportion of the candidates that were mapped by an identifier.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object