Uses of Class
org.tribuo.MutableFeatureMap
Package
Description
Provides the core interfaces and classes for using Tribuo.
Provides core classes for working with sequences of
Example
s.-
Uses of MutableFeatureMap in org.tribuo
Modifier and TypeFieldDescriptionprotected final MutableFeatureMap
MutableDataset.featureMap
A map from feature names to feature info objects. -
Uses of MutableFeatureMap in org.tribuo.sequence
Modifier and TypeFieldDescriptionprotected final MutableFeatureMap
MutableSequenceDataset.featureMap
A map from feature names to IDs for the features found in this dataset.