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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classCommand line options.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
SplitTextDatapublic SplitTextData()
 
- 
- 
Method Details- 
mainRuns the SplitTextData CLI.- Parameters:
- args- The CLI arguments.
- Throws:
- IOException- If the files could not be read or written to.
 
 
-