Package org.tribuo.regression.slm
Class TrainTest
java.lang.Object
org.tribuo.regression.slm.TrainTest
Build and run a sparse linear regression model for a standard dataset.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Command line options.static enum
Type of sparse linear model. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
TrainTest
public TrainTest()
-
-
Method Details
-
main
Runs a TrainTest CLI.- Parameters:
args
- the command line arguments- Throws:
IOException
- if there is any error reading the examples.
-