Output
types.See: Description
Class | Description |
---|---|
KNNClassifierOptions |
CLI Options for training a k-nearest neighbour predictor.
|
KNNModel<T extends Output<T>> |
A k-nearest neighbours model.
|
KNNTrainer<T extends Output<T>> |
A
Trainer for k-nearest neighbour models. |
Enum | Description |
---|---|
KNNClassifierOptions.EnsembleCombinerType |
The type of combination function.
|
KNNModel.Backend |
The parallel backend for batch predictions.
|
KNNTrainer.Distance |
The available distance functions.
|
Output
types.Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.