Uses of Class
org.tribuo.CategoricalInfo
Packages that use CategoricalInfo
-
Uses of CategoricalInfo in org.tribuo
Subclasses of CategoricalInfo in org.tribuoModifier and TypeClassDescriptionclassSame as aCategoricalInfo, but with an additional int id field.Methods in org.tribuo that return CategoricalInfoModifier and TypeMethodDescriptionCategoricalInfo.copy()static CategoricalInfoCategoricalInfo.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.protectedConstructs a deep copy of the supplied categorical info.protectedCategoricalInfo(CategoricalInfo info, String newName) Constructs a deep copy of the supplied categorical info, with the new feature name.