See: Description
Class | Description |
---|---|
AdaBoostTrainer |
Implements Adaboost.SAMME one of the more popular algorithms for multiclass boosting.
|
ClassificationEnsembleOptions |
Options for building a classification ensemble.
|
FullyWeightedVotingCombiner |
A combiner which performs a weighted or unweighted vote across the predicted labels.
|
VotingCombiner |
A combiner which performs a weighted or unweighted vote across the predicted labels.
|
Enum | Description |
---|---|
ClassificationEnsembleOptions.EnsembleType |
The type of ensemble.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.