Uses of Enum Class
org.tribuo.common.nearest.KNNModel.Backend
Package
Description
Provides a K-Nearest Neighbours implementation which works across
all Tribuo
Output
types.-
Uses of KNNModel.Backend in org.tribuo.common.nearest
Modifier and TypeMethodDescriptionstatic KNNModel.Backend
Returns the enum constant of this class with the specified name.static KNNModel.Backend[]
KNNModel.Backend.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionKNNTrainer
(int k, KNNTrainer.Distance distance, int numThreads, EnsembleCombiner<T> combiner, KNNModel.Backend backend) Creates a K-NN trainer using the supplied parameters.