net.siefkes.nlstego.predict
Interface StatelessFilter
- All Known Implementing Classes:
- TextModel
public interface StatelessFilter
This interface filters which predictions should be stored in the stateless
(global) model. It can be implemented to discard predictions that are
unnecessary or unsuitable for the stateless model.
- Version:
- $Revision: 1.1 $, $Date: 2005/07/28 15:03:09 $, $Author: siefkes $
- Author:
- Christian Siefkes
acceptForStateless
boolean acceptForStateless(String key)
- Whether a key should be accepted for the stateless model.
- Parameters:
key - the key to check
- Returns:
true if this key should be considered by stateless
model; false otherwise
Copyright © 2003-2005 Christian Siefkes. All Rights Reserved.