Uses of Interface
de.fu_berlin.ties.xml.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.winnow This package contains the Winnow classification algorithm and related algorithms and classes. 
 

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.
(package private)  class MetaClassifier
          A meta classifier combines several layers of classifiers.
 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 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.winnow
 

Classes in de.fu_berlin.ties.classify.winnow that implement XMLStorable
 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).
 



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