public class ConfigurableTrainTest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ConfigurableTrainTest.ConfigurableTrainTestOptions
Command line options.
|
Constructor and Description |
---|
ConfigurableTrainTest() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
static Map<Label,Float> |
processWeights(List<String> input)
Converts the weight text input format into an object suitable for use in a Trainer.
|
public static Map<Label,Float> processWeights(List<String> input)
input
- The input form.public static void main(String[] args)
args
- the command line argumentsCopyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.