Uses of Interface
org.tribuo.VariableIDInfo
Package
Description
Provides the core interfaces and classes for using Tribuo.
Provides the base interface and implementations of the
Model
hashing
which obscures the feature names stored in a model.-
Uses of VariableIDInfo in org.tribuo
Modifier and TypeClassDescriptionclass
Same as aCategoricalInfo
, but with an additional int id field.class
Same as aRealInfo
, but with an additional int id field.Modifier and TypeFieldDescriptionprotected final Map<Integer,
VariableIDInfo> ImmutableFeatureMap.idMap
The map from id numbers to the feature infos.Modifier and TypeMethodDescriptionImmutableFeatureMap.get
(int id) Gets theVariableIDInfo
for this id number.Gets theVariableIDInfo
for this name.VariableInfo.makeIDInfo
(int id) Generates a VariableIDInfo subclass which represents the same feature.Modifier and TypeMethodDescriptionstatic Map<String,
VariableIDInfo> ImmutableFeatureMap.generateIDs
(List<? extends VariableInfo> list) Generates the feature ids by sorting the features with the String comparator, then sequentially numbering them.static Map<String,
VariableIDInfo> ImmutableFeatureMap.generateIDs
(FeatureMap map) Generates the feature ids by sorting the features with the String comparator, then sequentially numbering them. -
Uses of VariableIDInfo in org.tribuo.hash