Package cc.mallet.fst
Interface CacheStaleIndicator
-
- All Known Implementing Classes:
CRFCacheStaleIndicator
public interface CacheStaleIndicator
Indicates when the value/gradient during training becomes stale.See ThreadedOptimizable.
- Author:
- Gaurav Chandalia
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isGradientStale()
boolean
isValueStale()
-