Package org.tribuo.data
Class PreprocessAndSerialize
java.lang.Object
org.tribuo.data.PreprocessAndSerialize
Reads in a Datasource, processes all the data, and writes it out as a serialized dataset. This makes sharing
data preprocessing between multiple runs easier.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Command line options. -
Method Summary
-
Method Details
-
main
Run the PreprocessAndSerialize CLI.- Parameters:
args
- The CLI args.
-