| Package | Description |
|---|---|
| de.jungblut.classification.meta |
| Modifier and Type | Method and Description |
|---|---|
static <K extends Classifier> |
Voter.create(int numClassifiers,
Voter.CombiningType type,
ClassifierFactory<K> classifierFactory)
Creates a new voting classificator.
|
static <K extends Classifier> |
Voter.fromTrainedModels(List<K> classifier)
Creates a voter from the given trained models for prediction purposes.
|
Voter<A> |
Voter.numThreads(int threads) |
Voter<A> |
Voter.selectionType(Voter.SelectionType type) |
Voter<A> |
Voter.setCombiningType(Voter.CombiningType type) |
Voter<A> |
Voter.verbose() |
Voter<A> |
Voter.verbose(boolean verb) |
Copyright © 2016. All rights reserved.