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 |
---|---|
EnsembleModelProvenance |
EnsembleModel.getProvenance() |
Modifier and Type | Method and Description |
---|---|
protected EnsembleModel<T> |
WeightedEnsembleModel.copy(String name,
EnsembleModelProvenance newProvenance,
List<Model<T>> newModels) |
protected abstract EnsembleModel<T> |
EnsembleModel.copy(String name,
EnsembleModelProvenance newProvenance,
List<Model<T>> newModels) |
Constructor and Description |
---|
EnsembleModel(String name,
EnsembleModelProvenance description,
ImmutableFeatureMap featureIDMap,
ImmutableOutputInfo<T> outputIDInfo,
List<Model<T>> newModels) |
WeightedEnsembleModel(String name,
EnsembleModelProvenance description,
ImmutableFeatureMap featureIDMap,
ImmutableOutputInfo<T> outputIDInfo,
List<Model<T>> newModels,
EnsembleCombiner<T> combiner) |
WeightedEnsembleModel(String name,
EnsembleModelProvenance description,
ImmutableFeatureMap featureIDMap,
ImmutableOutputInfo<T> outputIDInfo,
List<Model<T>> newModels,
EnsembleCombiner<T> combiner,
float[] weights) |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.