Uses of Class
org.tribuo.provenance.SkeletalTrainerProvenance
Package
Description
Provides common functionality for building decision trees, irrespective
of the predicted
Output
.Provides abstract classes for interfacing with XGBoost abstracting away all the
Output
dependent parts.Provides an interface to TensorFlow, allowing the training of non-sequential models using any supported
Tribuo output type.
Provides an interface for working with TensorFlow sequence models, using Tribuo's
SequenceModel
abstraction.Provides internal implementations for empty provenance classes and TrainerProvenance.
Provides core classes for working with sequences of
Example
s.-
Uses of SkeletalTrainerProvenance in org.tribuo.common.tree
Modifier and TypeClassDescriptionprotected static class
Deprecated. -
Uses of SkeletalTrainerProvenance in org.tribuo.common.xgboost
Modifier and TypeClassDescriptionprotected static class
Deprecated.Unused. -
Uses of SkeletalTrainerProvenance in org.tribuo.interop.tensorflow
-
Uses of SkeletalTrainerProvenance in org.tribuo.interop.tensorflow.sequence
-
Uses of SkeletalTrainerProvenance in org.tribuo.provenance.impl
Modifier and TypeClassDescriptionfinal class
An implementation ofTrainerProvenance
that delegates everything toSkeletalTrainerProvenance
. -
Uses of SkeletalTrainerProvenance in org.tribuo.sequence