Uses of Enum
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 enumThe type of combination function.Fields in org.tribuo.common.nearest declared as KNNClassifierOptions.EnsembleCombinerTypeMethods in org.tribuo.common.nearest that return KNNClassifierOptions.EnsembleCombinerTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.KNNClassifierOptions.EnsembleCombinerType.values()Returns an array containing the constants of this enum type, in the order they are declared.