Package | Description |
---|---|
org.tribuo.common.tree |
Provides common functionality for building decision trees, irrespective
of the predicted
Output . |
org.tribuo.common.xgboost |
Provides abstract classes for interfacing with XGBoost abstracting away all the
Output
dependent parts. |
org.tribuo.interop.tensorflow |
Provides an interface to TensorFlow, allowing the training of non-sequential models using any supported
Tribuo output type.
|
org.tribuo.interop.tensorflow.sequence |
Provides an interface for working with TensorFlow sequence models, using Tribuo's
SequenceModel abstraction. |
org.tribuo.provenance.impl |
Provides internal implementations for empty provenance classes and TrainerProvenance.
|
org.tribuo.sequence |
Provides core classes for working with sequences of
Example s. |
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractCARTTrainer.AbstractCARTTrainerProvenance
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
XGBoostTrainer.XGBoostTrainerProvenance
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
static class |
TensorFlowTrainer.TensorFlowTrainerProvenance |
Modifier and Type | Class and Description |
---|---|
static class |
TensorFlowSequenceTrainer.TensorFlowSequenceTrainerProvenance |
Modifier and Type | Class and Description |
---|---|
class |
TrainerProvenanceImpl
An implementation of
TrainerProvenance that delegates everything to
SkeletalTrainerProvenance . |
Modifier and Type | Class and Description |
---|---|
static class |
HashingSequenceTrainer.HashingSequenceTrainerProvenance
Provenance for
HashingSequenceTrainer . |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.