Uses of Class
org.tribuo.classification.LabelFactory
Packages that use LabelFactory
Package
Description
Provides classes and infrastructure for multiclass classification problems.
Provides a multiclass data generator used for testing implementations, along with several synthetic data generators
for 2d binary classification problems to be used in demos or tutorials.
-
Uses of LabelFactory in org.tribuo.classification
Methods in org.tribuo.classification that return LabelFactoryModifier and TypeMethodDescriptionstatic LabelFactory
LabelFactory.deserializeFromProto
(int version, String className, com.google.protobuf.Any message) Deserialization factory. -
Uses of LabelFactory in org.tribuo.classification.example
Fields in org.tribuo.classification.example declared as LabelFactoryMethods in org.tribuo.classification.example that return LabelFactory