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 entity 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.
 class ValueSummary
          Creates StatisticalSummary for any number of items ("keys") that occur zero or more times in any number of runs ("identifiers").
 

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.
 

Methods in de.fu_berlin.ties.io with parameters of type StorableContainer
 void FieldContainer.add(StorableContainer contents)
          Adds the contents of a StorableContainer to this container, by delegating to storeEntries(FieldContainer).
static File FieldContainer.storeContainerInFile(StorableContainer sContainer, File directory, String baseName, String extension, TiesConfiguration config)
          Convenience method that serializes the contents of a container in a file in standard format, delegating to FieldContainer.createFieldContainer(TiesConfiguration) and FieldContainer.storeInFile(File, String, String, Configuration).
 



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