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.Modifier and TypeMethodDescriptionstatic MutableFeatureMap
MutableFeatureMap.deserializeFromProto
(int version, String className, com.google.protobuf.Any message) Deserialization factory.MutableDataset.getFeatureMap()
-
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.