Example usage for org.apache.mahout.classifier AbstractVectorClassifier subclass-usage

List of usage examples for org.apache.mahout.classifier AbstractVectorClassifier subclass-usage

Introduction

In this page you can find the example usage for org.apache.mahout.classifier AbstractVectorClassifier subclass-usage.

Usage

From source file com.netease.news.classifier.naivebayes.AbstractNaiveBayesClassifier.java

/**
 * Class implementing the Naive Bayes Classifier Algorithm. Note that this class
 * supports {@link #classifyFull}, but not {@code classify} or
 * {@code classifyScalar}. The reason that these two methods are not
 * supported is because the scores computed by a NaiveBayesClassifier do not
 * represent probabilities.

From source file edu.rosehulman.mahout.classifier.naivebayes.AbstractNaiveBayesClassifier.java

/**
 * Class implementing the Naive Bayes Classifier Algorithm. Note that this class
 * supports {@link #classifyFull}, but not {@code classify} or
 * {@code classifyScalar}. The reason that these two methods are not
 * supported is because the scores computed by a NaiveBayesClassifier do not
 * represent probabilities.