Uses of Interface
org.tribuo.VariableIDInfo
Packages that use 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
Classes in org.tribuo that implement VariableIDInfoModifier and TypeClassDescriptionclass
Same as aCategoricalInfo
, but with an additional int id field.class
Same as aRealInfo
, but with an additional int id field.Fields in org.tribuo with type parameters of type VariableIDInfoModifier and TypeFieldDescriptionprotected final Map<Integer,
VariableIDInfo> ImmutableFeatureMap.idMap
The map from id numbers to the feature infos.Methods in org.tribuo that return VariableIDInfoModifier 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.Methods in org.tribuo that return types with arguments of type VariableIDInfoModifier 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
Methods in org.tribuo.hash that return VariableIDInfo