Uses of Class
org.tribuo.CategoricalInfo
-
Uses of CategoricalInfo in org.tribuo
Modifier and TypeClassDescriptionclass
Same as aCategoricalInfo
, but with an additional int id field.Modifier and TypeMethodDescriptionCategoricalInfo.copy()
static CategoricalInfo
CategoricalInfo.deserializeFromProto
(int version, String className, com.google.protobuf.Any message) Deserialization factory.ModifierConstructorDescriptionCategoricalIDInfo
(CategoricalInfo info, int id) Constructs a categorical id info copying the information from the supplied info, with the specified id.protected
Constructs a deep copy of the supplied categorical info.protected
CategoricalInfo
(CategoricalInfo info, String newName) Constructs a deep copy of the supplied categorical info, with the new feature name.