Here are a couple of sample classification projects which are using LBJava.
- Entity Relations Classification
- Set Cover Problem
- Badges Classification
- Newsgroup Classification
- Spam Classification
- Sentiment Classification
- Regression Classification
From the root directory, run the appropriate commands:
To generate lbj to java and compile examples:
mvn compile
To compile and train all examples:
mvn compile -P train-all-examples
To compile individual examples:
mvn compile -P train-<example-name>
Available profile names are: badges, entity, newsgroup, sentiment, setcover, spam, regression.
Example: mvn compile -P train-spam for the generating and training just the Spam classifier example.