Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

complementary naive bayes classifier

$
0
0
Does mahout have complementary naive bayes implementation available?
I checked the mahout source code, it seems the author did not finish it
yet? as shown in the following, the thetaSummer job is not submitted.

public final class TrainNaiveBayesJob extends AbstractJob {

....

thetaSummer.getConfiguration().setBoolean(ThetaMapper.TRAIN_COMPLEMENTARY,
trainComplementary);
/* TODO(robinanil): Enable this when thetanormalization works.
succeeded = thetaSummer.waitForCompletion(true);
if (!succeeded) {
return -1;
}*/

.....

Any comments will be appreciated.

Viewing all articles
Browse latest Browse all 5648

Trending Articles