Uses of Class
de.jungblut.classification.meta.Voter.CombiningType
-
Packages that use Voter.CombiningType Package Description de.jungblut.classification.meta -
-
Uses of Voter.CombiningType in de.jungblut.classification.meta
Methods in de.jungblut.classification.meta that return Voter.CombiningType Modifier and Type Method Description static Voter.CombiningTypeVoter.CombiningType. valueOf(java.lang.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.Methods in de.jungblut.classification.meta with parameters of type Voter.CombiningType Modifier and Type Method Description static <K extends Classifier>
Voter<K>Voter. create(int numClassifiers, Voter.CombiningType type, ClassifierFactory<K> classifierFactory)Creates a new voting classificator.Voter<A>Voter. setCombiningType(Voter.CombiningType type)
-