Uses of Interface
org.tribuo.provenance.OutputFactoryProvenance
Packages that use OutputFactoryProvenance
Package
Description
Provides the core interfaces and classes for using Tribuo.
Provides classes and infrastructure for anomaly detection problems.
Provides classes and infrastructure for multiclass classification problems.
Provides classes and infrastructure for working with clustering problems.
Provides classes and infrastructure for working with multi-label classification problems.
Provides classes and infrastructure for regression problems with single or multiple output dimensions.
-
Uses of OutputFactoryProvenance in org.tribuo
Subinterfaces with type arguments of type OutputFactoryProvenance in org.tribuoModifier and TypeInterfaceDescriptioninterface
OutputFactory<T extends Output<T>>
An interface associated with a specificOutput
, which can generate the appropriate Output subclass, andOutputInfo
subclass. -
Uses of OutputFactoryProvenance in org.tribuo.anomaly
Classes in org.tribuo.anomaly that implement OutputFactoryProvenanceMethods in org.tribuo.anomaly that return OutputFactoryProvenance -
Uses of OutputFactoryProvenance in org.tribuo.classification
Classes in org.tribuo.classification that implement OutputFactoryProvenanceMethods in org.tribuo.classification that return OutputFactoryProvenance -
Uses of OutputFactoryProvenance in org.tribuo.clustering
Classes in org.tribuo.clustering that implement OutputFactoryProvenanceMethods in org.tribuo.clustering that return OutputFactoryProvenance -
Uses of OutputFactoryProvenance in org.tribuo.multilabel
Classes in org.tribuo.multilabel that implement OutputFactoryProvenanceMethods in org.tribuo.multilabel that return OutputFactoryProvenance -
Uses of OutputFactoryProvenance in org.tribuo.regression
Classes in org.tribuo.regression that implement OutputFactoryProvenanceMethods in org.tribuo.regression that return OutputFactoryProvenance