|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EvalInput | |
---|---|
de.fu_berlin.ties.eval | This packages provides functionality for evaluating results of classifiers and extractors. |
Uses of EvalInput in de.fu_berlin.ties.eval |
---|
Subinterfaces of EvalInput in de.fu_berlin.ties.eval | |
---|---|
interface |
FMetricsView
A read-only view of the evaluation results calculated by the FMetrics class and the underlying raw counts. |
Classes in de.fu_berlin.ties.eval that implement EvalInput | |
---|---|
class |
FMetrics
This class manages and updates evaluation results, calculating precision (P), recall (R) and F-measure (F). |
class |
SummaryFMetrics
FMetrics extension that additionally
calculates a StatisticalSummary of the
intermediate precision, recall, and F1 metrics resulting from different
update operations. |
Methods in de.fu_berlin.ties.eval with parameters of type EvalInput | |
---|---|
void |
FMetrics.update(EvalInput input)
Updates the statistics, increasing the stored values as specified. |
void |
MultiFMetrics.update(String type,
EvalInput input)
Updates the statistics for a specified type, increasing the stored values as specified. |
Constructors in de.fu_berlin.ties.eval with parameters of type EvalInput | |
---|---|
FMetrics(EvalInput input)
Creates a new instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |