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
Nested ClassesModifier and TypeClassDescriptionstatic classCommand line options. -
Constructor Summary
Constructors -
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.
-