| Package | Description |
|---|---|
| de.jungblut.classification.meta |
| Modifier and Type | Method and Description |
|---|---|
static Voter.CombiningType |
Voter.CombiningType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Voter.CombiningType[] |
Voter.CombiningType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
Voter<A> |
Voter.setCombiningType(Voter.CombiningType type) |
Copyright © 2016. All rights reserved.