|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MultiFMetricsView
A read-only view of multiple FMetrics
and the sums and averages calculated over them.
Method Summary | |
---|---|
Set |
types()
Returns the set of all types (Strings) currently stored in this instance. |
FMetricsView |
view(String type)
Returns a read-only view of the FMetrics of the specified type. |
FMetricsView |
viewAll()
Returns a read-only view of the FMetrics containing the sums and
averages over all types. |
FMetricsSummary |
viewAllSummary()
Optional operation that shows statistical
summaries of precision, recall, and F1 metrics over all types,
if calculated by the used implementation. |
FMetricsSummary |
viewSummary(String type)
Optional operation that shows statistical
summaries of precision, recall, and F1 metrics of the specified type,
if calculated by the used implementation. |
Methods inherited from interface de.fu_berlin.ties.io.StorableContainer |
---|
storeEntries |
Method Detail |
---|
Set types()
FMetricsView view(String type)
FMetrics
of the specified type.
This is not a snapshot but will change whenever the underlying counts
are changed.
type
- the type to check
null
if no metrics exist for the given typeFMetricsView viewAll()
FMetrics
containing the sums and
averages over all types. This is not a snapshot but will change whenever
the underlying counts are changed.
FMetricsSummary viewAllSummary() throws UnsupportedOperationException
statistical
summaries of precision, recall, and F1 metrics
over all types,
if calculated by the used implementation. This is not a snapshot but
will change whenever the underlying values are changed.
UnsupportedOperationException
- if this method is not supported by
the used implementationFMetricsSummary viewSummary(String type) throws UnsupportedOperationException
statistical
summaries of precision, recall, and F1 metrics
of the specified type,
if calculated by the used implementation. This is not a snapshot but
will change whenever the underlying values are changed.
type
- the type to check
UnsupportedOperationException
- if this method is not supported by
the used implementation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |