Package | Description |
---|---|
org.tribuo.classification.experiments |
Provides a set of main methods for interacting with classification tasks.
|
org.tribuo.common.nearest |
Provides a K-Nearest Neighbours implementation which works across
all Tribuo
Output types. |
Class and Description |
---|
KNNClassifierOptions
CLI Options for training a k-nearest neighbour predictor.
|
Class and Description |
---|
KNNClassifierOptions.EnsembleCombinerType
The type of combination function.
|
KNNModel
A k-nearest neighbours model.
|
KNNModel.Backend
The parallel backend for batch predictions.
|
KNNTrainer
A
Trainer for k-nearest neighbour models. |
KNNTrainer.Distance
The available distance functions.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.