See: Description
Interface | Description |
---|---|
EnsembleCombiner<T extends Output<T>> |
An interface for combining predictions.
|
Class | Description |
---|---|
BaggingTrainer<T extends Output<T>> |
A Trainer that wraps another trainer and produces a bagged ensemble.
|
EnsembleExcuse<T extends Output<T>> |
An
Excuse which has a List of excuses for each of the ensemble members. |
EnsembleModel<T extends Output<T>> |
A model which contains a list of other
Model s. |
WeightedEnsembleModel<T extends Output<T>> |
An ensemble model that uses weights to combine the ensemble member predictions.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.