|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FMetricsView | |
---|---|
de.fu_berlin.ties.eval | This packages provides functionality for evaluating results of classifiers and extractors. |
de.fu_berlin.ties.extract | This package handles information extraction and entitiy recognition. |
de.fu_berlin.ties.filter | This packages provides generic filtering functionality and an implementation for sentence filtering. |
Uses of FMetricsView in de.fu_berlin.ties.eval |
---|
Classes in de.fu_berlin.ties.eval that implement FMetricsView | |
---|---|
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 that return FMetricsView | |
---|---|
FMetricsView |
MultiFMetrics.view(String type)
Returns a read-only view of the FMetrics of the specified type. |
FMetricsView |
MultiFMetricsView.view(String type)
Returns a read-only view of the FMetrics of the specified type. |
FMetricsView |
MultiFMetrics.viewAll()
Returns a read-only view of the FMetrics containing the sums and
averages over all types. |
FMetricsView |
MultiFMetricsView.viewAll()
Returns a read-only view of the FMetrics containing the sums and
averages over all types. |
Uses of FMetricsView in de.fu_berlin.ties.extract |
---|
Methods in de.fu_berlin.ties.extract that return FMetricsView | |
---|---|
FMetricsView |
Trainer.evaluateSentenceFiltering()
Evaluates precision and recall for sentence filtering on the last processed document. |
protected FMetricsView |
ExtractorBase.evaluateSentenceFiltering(EmbeddingElements embeddingElements)
Evaluates precision and recall for sentence filtering on the last processed document. |
FMetricsView |
Extractor.evaluateSentenceFiltering(ExtractionContainer correctExtractions)
Evaluates precision and recall for sentence filtering on the last processed document. |
Uses of FMetricsView in de.fu_berlin.ties.filter |
---|
Methods in de.fu_berlin.ties.filter that return FMetricsView | |
---|---|
static FMetricsView |
FilterEvaluator.evaluate(EmbeddingElements embeddingElements,
FilteringTokenWalker filteringWalker)
Evaluates precision, recall, and F1 measure of the last walk performed by a filtering token woken. |
static FMetricsView |
FilterEvaluator.evaluate(EmbeddingElements embeddingElements,
Set acceptedElements,
Set rejectedElements)
Evaluates precision, recall, and F1 measure of an element filter by comparing the accepted and rejected elements of the filter with the correct set of embeddingElements . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |