Uses of Enum Class
org.tribuo.common.nearest.KNNClassifierOptions.EnsembleCombinerType
Packages that use KNNClassifierOptions.EnsembleCombinerType
Package
Description
Provides a K-Nearest Neighbours implementation which works across
all Tribuo
Output
types.-
Uses of KNNClassifierOptions.EnsembleCombinerType in org.tribuo.common.nearest
Subclasses with type arguments of type KNNClassifierOptions.EnsembleCombinerType in org.tribuo.common.nearestModifier and TypeClassDescriptionstatic enum
The type of combination function.Fields in org.tribuo.common.nearest declared as KNNClassifierOptions.EnsembleCombinerTypeModifier and TypeFieldDescriptionKNNClassifierOptions.knnEnsembleCombiner
Parallel backend to use.Methods in org.tribuo.common.nearest that return KNNClassifierOptions.EnsembleCombinerTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.KNNClassifierOptions.EnsembleCombinerType.values()
Returns an array containing the constants of this enum class, in the order they are declared.