Package org.tribuo.classification.mnb
Class TrainTest
java.lang.Object
org.tribuo.classification.mnb.TrainTest
Build and run a multinomial naive bayes classifier for a standard dataset.
-
Nested Class Summary
-
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.
-