|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EvaluatedExtractionContainer | |
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. |
Uses of EvaluatedExtractionContainer in de.fu_berlin.ties.eval |
Methods in de.fu_berlin.ties.eval that return EvaluatedExtractionContainer | |
protected EvaluatedExtractionContainer |
ReEvaluator.createdEvalContainer()
Created an empty container for evaluating extractions, using the stored configuration to initialize target structure and match mode. |
EvaluatedExtractionContainer |
ReEvaluator.reEvalulate(Reader reader)
Re-evaluates the serialized contents of an extraction container, delegating to ReEvaluator.reEvalulate(ExtractionContainer, EvaluatedExtractionContainer) . |
Methods in de.fu_berlin.ties.eval with parameters of type EvaluatedExtractionContainer | |
void |
ReEvaluator.reEvalulate(ExtractionContainer orgExtractions,
EvaluatedExtractionContainer newEvaluated)
Re-evaluates the contents of an extraction container. |
Uses of EvaluatedExtractionContainer in de.fu_berlin.ties.extract |
Methods in de.fu_berlin.ties.extract that return EvaluatedExtractionContainer | |
EvaluatedExtractionContainer |
TrainEval.Results.getEvaluated()
Returns the evaluated extractions. |
Constructors in de.fu_berlin.ties.extract with parameters of type EvaluatedExtractionContainer | |
TrainEval.Results(EvaluatedExtractionContainer evalExtractions,
FeatureCountView trainFeatures,
FeatureCountView extractFeatures)
Creates a new instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |