Package de.fu_berlin.ties.classify.winnow

This package contains the Winnow classification algorithm and related algorithms and classes.

See:
          Description

Class Summary
UltraconservativeWinnow A combination of Winnow with the "ultraconservative" approach proposed by Koby Crammer and Yoram Singer.
Winnow Classifier implementing the Winnow algorithm (Nick Littlestone).
WinnowDistribution A distribution over the classes predicted by a Winnow classifier.
WinnowPrediction A prediction that also stores a raw score (activation value) and a sigmoid score, as calculated by the Winnow algorithm.
WinnowStore Feature store used by Winnow.
 

Package de.fu_berlin.ties.classify.winnow Description

This package contains the Winnow classification algorithm and related algorithms and classes.



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