Package org.tribuo.interop.tensorflow
Class TrainTest
java.lang.Object
org.tribuo.interop.tensorflow.TrainTest
Build and run a Tensorflow multi-class classifier for a standard dataset.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Type of feature extractor.static class
Options for training a model in TensorFlow. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
TrainTest
public TrainTest()
-
-
Method Details
-
main
CLI entry point.- Parameters:
args
- the command line arguments- Throws:
IOException
- if there is any error reading the examples.
-