All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cc.mallet.fst.CacheStaleIndicator Maven / Gradle / Ivy

Go to download

MALLET is a Java-based package for statistical natural language processing, document classification, clustering, topic modeling, information extraction, and other machine learning applications to text.

The newest version!
package cc.mallet.fst;


/**
 * Indicates when the value/gradient during training becomes stale. 

* * See ThreadedOptimizable. * * @author Gaurav Chandalia */ public interface CacheStaleIndicator { public boolean isValueStale(); public boolean isGradientStale(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy