Uses of Class
org.tribuo.CategoricalInfo
Packages that use CategoricalInfo
-
Uses of CategoricalInfo in org.tribuo
Subclasses of CategoricalInfo in org.tribuoModifier and TypeClassDescriptionclass
Same as aCategoricalInfo
, but with an additional int id field.Methods in org.tribuo that return CategoricalInfoModifier and TypeMethodDescriptionCategoricalInfo.copy()
static CategoricalInfo
CategoricalInfo.deserializeFromProto
(int version, String className, com.google.protobuf.Any message) Deserialization factory.Constructors in org.tribuo with parameters of type CategoricalInfoModifierConstructorDescriptionCategoricalIDInfo
(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.