Uses of Class
de.fu_berlin.ties.classify.winnow.WinnowDistribution

Packages that use WinnowDistribution
de.fu_berlin.ties.classify.winnow This package contains the Winnow classification algorithm and related algorithms and classes. 
 

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

Methods in de.fu_berlin.ties.classify.winnow with parameters of type WinnowDistribution
protected  void Winnow.chooseClassesToAdjust(WinnowDistribution winnowDist, String targetClass, Set<String> classesToPromote, Set<String> classesToDemote)
          Chooses the classes to promote and the classes to demote.
protected  void UltraconservativeWinnow.chooseClassesToAdjust(WinnowDistribution winnowDist, String targetClass, Set<String> classesToPromote, Set<String> classesToDemote)
          Chooses the classes to promote and the classes to demote.
 



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