Class TrainTest
java.lang.Object
org.tribuo.interop.tensorflow.TrainTest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static class
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TrainTest
public TrainTest()
-
-
Method Details
-
load
public static com.oracle.labs.mlrg.olcut.util.Pair<Dataset<Label>, Dataset<Label>> load(Path trainingPath, Path testingPath, OutputFactory<Label> outputFactory) throws IOException - Throws:
IOException
-
saveModel
- Throws:
IOException
-
main
- Parameters:
args
- the command line arguments- Throws:
IOException
- if there is any error reading the examples.
-