public static class CoveragePredictMetric.Coverage extends TypedMetricResult
Modifier and Type | Field and Description |
---|---|
int |
nattempted |
int |
ngood |
Modifier and Type | Method and Description |
---|---|
Double |
getCoverage() |
getColumns, getColumns, getValues
empty, fromMap, fromNullable, singleton, withPrefix, withSuffix
@MetricColumn(value="NAttempted", order=1) public final int nattempted
@MetricColumn(value="NGood", order=2) public final int ngood
@MetricColumn(value="Coverage", order=3) public Double getCoverage()