http://bndev.sourceforge.net
Database API [3]
n
Getting and setting weights:
double[] weights = db.getWeights();
db.setWeights(weights);
n
Getting tallyer (class for counting items):
Tally tallyer = db.getTallyer();