TRAINER
- The type of the trainer produced.public interface ClassificationOptions<TRAINER extends Trainer<Label>>
extends com.oracle.labs.mlrg.olcut.config.Options
Options
that can produce a classification Trainer
based on the
provided arguments.Modifier and Type | Method and Description |
---|---|
TRAINER |
getTrainer()
Constructs the trainer based on the provided arguments.
|
TRAINER getTrainer()
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.