Uses of Interface
de.fu_berlin.ties.util.Pruner

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

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

Classes in de.fu_berlin.ties.classify.winnow that implement Pruner
 class WinnowStore
          Feature store used by Winnow.
 

Uses of Pruner in de.fu_berlin.ties.util
 

Constructors in de.fu_berlin.ties.util with parameters of type Pruner
AdaptableLRUMap(int maxSize, float loadFactor, Pruner prun, int candidates, int pruneNum)
          Constructs a new, empty map with the specified initial capacity and load factor.
AdaptableLRUMap(int maxSize, Pruner prun, int candidates, int pruneNum)
          Constructs a new, empty map with the specified initial capacity and the default load factor.
 



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