Uses of Class
de.jungblut.classification.meta.Voter
-
Packages that use Voter Package Description de.jungblut.classification.meta -
-
Uses of Voter in de.jungblut.classification.meta
Methods in de.jungblut.classification.meta that return Voter 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.static <K extends Classifier>
Voter<K>Voter. fromTrainedModels(java.util.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)
-