Uses of Interface
de.fu_berlin.ties.io.StorableContainer

Packages that use StorableContainer
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.io This package provides classes for input/output handling and for (de)serialization. 
 

Uses of StorableContainer in de.fu_berlin.ties.eval
 

Subinterfaces of StorableContainer in de.fu_berlin.ties.eval
 interface MultiFMetricsView
          A read-only view of multiple FMetrics and the sums and averages calculated over them.
 

Classes in de.fu_berlin.ties.eval that implement StorableContainer
 class MultiFMetrics
          Instances of this class manage multiple FMetrics for different types.
 

Uses of StorableContainer in de.fu_berlin.ties.extract
 

Classes in de.fu_berlin.ties.extract that implement StorableContainer
 class EvaluatedExtractionContainer
          An extraction container that evaluates containers of predicted extractions against containers of true extractions (answer keys) and merges their contents, setting the evaluation states accordingly.
 class ExtractionContainer
          A container of Extractions of different classes.
 

Uses of StorableContainer in de.fu_berlin.ties.io
 

Subinterfaces of StorableContainer in de.fu_berlin.ties.io
 interface RestorableContainer
          Classes implementing this interface contain multiple Storable objects and support serialization and deserialization of these objects in a human-readable format.
 

Constructors in de.fu_berlin.ties.io with parameters of type StorableContainer
DelimSepValues(StorableContainer contents)
          Creates a new instance and populates it from a StorableContainer.
FieldContainer(StorableContainer contents)
          Creates a new instance and populates it from a StorableContainer.
 



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