Package org.tribuo.data.text
Class SplitTextData
java.lang.Object
org.tribuo.data.text.SplitTextData
Splits data in our standard text format into training and testing portions.
Checks all the lines are valid before splitting.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Command line options. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
SplitTextData
public SplitTextData()
-
-
Method Details
-
main
Runs the SplitTextData CLI.- Parameters:
args
- The CLI arguments.- Throws:
IOException
- If the files could not be read or written to.
-