Uses of Interface
org.tribuo.ONNXExportable
Packages that use ONNXExportable
Package
Description
Provides an interface for model prediction combinations,
two base classes for ensemble models, a base class for
ensemble excuses, and a Bagging implementation.
-
Uses of ONNXExportable in org.tribuo.ensemble
Classes in org.tribuo.ensemble that implement ONNXExportableModifier and TypeClassDescriptionfinal classWeightedEnsembleModel<T extends Output<T>>An ensemble model that uses weights to combine the ensemble member predictions.