Class EntityMapper.MappingStatistics
java.lang.Object
ubic.gemma.core.loader.util.mapper.EntityMapper.MappingStatistics
- Enclosing interface:
EntityMapper<T extends Identifiable>
Mapping statistics computed from a given set of entities and identifiers.
-
Constructor Summary
ConstructorsConstructorDescriptionMappingStatistics(double overlap, double coverage) Creates a newMappingStatisticsinstance. -
Method Summary
-
Constructor Details
-
MappingStatistics
public MappingStatistics(double overlap, double coverage) Creates a newMappingStatisticsinstance.- 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
-
hashCode
public int hashCode() -
toString
-