Uses of Class
de.fu_berlin.ties.util.AdaptableLRUMap

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

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

Methods in de.fu_berlin.ties.classify.winnow that return AdaptableLRUMap
protected  AdaptableLRUMap WinnowStore.initStore(int featureNum, int candidates, int pruneNum)
          Helper method that initializes the internal store.
protected  AdaptableLRUMap WinnowStore.initStore(TiesConfiguration config, String configSuffix)
          Helper method that initializes the internal store.
protected  AdaptableLRUMap SharedWinnowStore.store()
          Allows raw access to the internal store.
protected abstract  AdaptableLRUMap WinnowStore.store()
          Allows raw access to the internal store.
protected  AdaptableLRUMap DefaultWinnowStore.store()
          Allows raw access to the internal store.
 



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