Package org.tribuo.regression.rtree
Class TrainTest
java.lang.Object
org.tribuo.regression.rtree.TrainTest
Build and run a regression tree for a standard dataset.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Impurity function.static class
Command line options.static enum
Type of tree trainer. -
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.
-