Uses of Class
de.fu_berlin.ties.extract.EvaluatedExtractionContainer

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 entity recognition. 
 

Uses of EvaluatedExtractionContainer in de.fu_berlin.ties.eval
 

Methods in de.fu_berlin.ties.eval that return EvaluatedExtractionContainer
protected  EvaluatedExtractionContainer ReEvaluator.createEvalContainer()
          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(int iteration)
          Returns one of the stored evaluated extraction containers.
 EvaluatedExtractionContainer TrainEval.Results.getEvaluated(Integer iteration)
          Returns one of the stored evaluated extraction containers.
 



Copyright © 2003-2007 Christian Siefkes. All Rights Reserved.