Models have features, and this defines the mapping from indices in the weight vector to features.
Models have features, and this defines the mapping from indices in the weight vector to features.
Caches the weights using the cache broker.
Caches the weights using the cache broker.
just saves feature weights to disk as a serialized counter.
just saves feature weights to disk as a serialized counter. The file is prefix.ser.gz
(Since version ) see corresponding Javadoc for more information.
A model that has some kind of evaluation function. Used with an epic.framework.AnnotatingInference, you can make predictions for a test set and then get the performance.