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 DefaultWinnowStore
          Default WinnowStore implementation.
 class SharedWinnowStore
          A WinnowStore implementation that is shared between multiple classifiers to allow more efficient access.
 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, RemoveCallback rmCallback, int candidates, int pruneNum)
          Constructs a new, empty map with the specified initial capacity and load factor.
AdaptableLRUMap(int maxSize, Pruner prun, RemoveCallback rmCallback, int candidates, int pruneNum)
          Constructs a new, empty map with the specified initial capacity and a load factor of 0.8.
 



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