|
ExamplesAll examples assume:
Running DemosWe start by running JBoost on one of the demo files. java jboost.controller.Controller -S demo/spambase
Getting StartedTo have JBoost classify a train and test set and then output an ADTree. java jboost.controller.Controller -S demo/spambase
Same as previously, but tell java to use 500 MB of memory. This switch is very useful for large datasets. java -Xmx500M
jboost.controller.Controller -S demo/spambase
Use LogitBoost (LogLossBoost) for 150 iterations. java -Xmx500M jboost.controller.Controller -b LogLossBoost -numRounds 150 -S demo/spambase
Visualizing and Cross ValidationSee the documentation section on visualizing results and cross validation. |
This page last modified Saturday, 06-Jun-2009 00:16:21 UTC