Package | Description |
---|---|
org.tribuo.ensemble |
Provides an interface for model prediction combinations,
two base classes for ensemble models, a base class for
ensemble excuses, and a Bagging implementation.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Output<T>> |
WeightedEnsembleModel.createEnsembleFromExistingModels(String name,
List<Model<T>> models,
EnsembleCombiner<T> combiner)
Creates an ensemble from existing models.
|
static <T extends Output<T>> |
WeightedEnsembleModel.createEnsembleFromExistingModels(String name,
List<Model<T>> models,
EnsembleCombiner<T> combiner,
float[] weights)
Creates an ensemble from existing models.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.