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

Packages that use XMLStorable
de.fu_berlin.ties.classify This package provides functionality for classification of texts and feature vectors. 
de.fu_berlin.ties.classify.feature This package contains classes for working with features, feature vectors and feature transformers. 
de.fu_berlin.ties.classify.winnow This package contains the Winnow classification algorithm and related algorithms and classes. 
de.fu_berlin.ties.io This package provides classes for input/output handling and for (de)serialization. 
 

Uses of XMLStorable in de.fu_berlin.ties.classify
 

Classes in de.fu_berlin.ties.classify that implement XMLStorable
 class ExternalClassifier
          A proxy that provides a trainable classifier by communicating with an external (non-Java) program.
 class MetaClassifier
          A meta classifier combines several layers of classifiers.
 class MoonClassifier
          A proxy to the MoonFilter classifier written by Christian Siefkes.
 class MultiBinaryClassifier
          This classifier converts an multi-class classification task into a several binary (two-class) classification task.
 class OneAgainstTheRestClassifier
          This classifier converts an multi-class classification task into a several binary (two-class) classification task.
 class TieClassifier
          A tie classifier combines several layers of classifiers.
 class TrainableClassifier
          Classifiers extending this abstract class must provide a training mechanism by implementing the TrainableClassifier.doTrain(FeatureVector, String, ContextMap) method.
 

Uses of XMLStorable in de.fu_berlin.ties.classify.feature
 

Classes in de.fu_berlin.ties.classify.feature that implement XMLStorable
 class FeatureTransformer
          A feature transformer transforms a feature vector in a suitable way.
 class OSBTransformer
          Transforms a feature vector using the orthogonal sparse bigrams (OSB) technique developed by Fidelis Assis.
 class SBPHTransformer
          Transforms a feature vector using a simple implementation of the sparse binary polynomial hashing (SBPH) technique introduced by CRM114.
 

Uses of XMLStorable in de.fu_berlin.ties.classify.winnow
 

Classes in de.fu_berlin.ties.classify.winnow that implement XMLStorable
 class DefaultWinnowStore
          Default WinnowStore implementation.
 class SharedWinnowStore
          A WinnowStore implementation that is shared between multiple classifiers to allow more efficient access.
 class UltraconservativeWinnow
          A combination of Winnow with the "ultraconservative" approach proposed by Koby Crammer and Yoram Singer.
 class Winnow
          Classifier implementing the Winnow algorithm (Nick Littlestone).
 class WinnowStore
          Feature store used by Winnow.
 

Uses of XMLStorable in de.fu_berlin.ties.io
 

Classes in de.fu_berlin.ties.io that implement XMLStorable
 class DelimSepValues
          A field container that stores and processed its contents as values separated by a pipe character: '|' (a different delimiter string can be specified by changing the "dsv.field.separator" property).
 class FieldContainer
          A container of FieldMaps.
 class FieldMap
          A map targeted at serialization and deserialiation of objects in human-readable formats.
 



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