public static void trainCNaiveBayes(String dir, String outputDir,
BayesParameters params) throws IOException, InterruptedException,
ClassNotFoundException {
CBayesDriver driver = new CBayesDriver();
driver.runJob(dir, outputDir, params);
}
public static void main(String[] args) throws IOException,
NumberFormatException, IllegalStateException, InterruptedException,
ClassNotFoundException {