Uses of Class
org.tribuo.classification.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
Modifier and TypeMethodDescriptionstatic LabelFactory
LabelFactory.deserializeFromProto
(int version, String className, com.google.protobuf.Any message) Deserialization factory. -
Uses of LabelFactory in org.tribuo.classification.example