org.apache.mahout.classifier.bayes.mapreduce.common
Class BayesConstants

java.lang.Object
  extended by org.apache.mahout.classifier.bayes.mapreduce.common.BayesConstants

public final class BayesConstants
extends Object

Class containing Constants used by Naive Bayes classifier classes


Field Summary
static String CLASSIFIER_TUPLE
           
static String DOCUMENT_FREQUENCY
           
static String FEATURE_COUNT
           
static String FEATURE_SET_SIZE
           
static String FEATURE_SUM
           
static String FEATURE_TF
           
static String HBASE_COLUMN_FAMILY
           
static String HBASE_COUNTS_ROW
           
static String LABEL_COUNT
           
static String LABEL_SUM
           
static String LABEL_THETA_NORMALIZER
           
static String TOTAL_SUM
           
static String WEIGHT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOCUMENT_FREQUENCY

public static final String DOCUMENT_FREQUENCY
See Also:
Constant Field Values

LABEL_COUNT

public static final String LABEL_COUNT
See Also:
Constant Field Values

FEATURE_COUNT

public static final String FEATURE_COUNT
See Also:
Constant Field Values

FEATURE_TF

public static final String FEATURE_TF
See Also:
Constant Field Values

WEIGHT

public static final String WEIGHT
See Also:
Constant Field Values

FEATURE_SET_SIZE

public static final String FEATURE_SET_SIZE
See Also:
Constant Field Values

FEATURE_SUM

public static final String FEATURE_SUM
See Also:
Constant Field Values

LABEL_SUM

public static final String LABEL_SUM
See Also:
Constant Field Values

TOTAL_SUM

public static final String TOTAL_SUM
See Also:
Constant Field Values

CLASSIFIER_TUPLE

public static final String CLASSIFIER_TUPLE
See Also:
Constant Field Values

LABEL_THETA_NORMALIZER

public static final String LABEL_THETA_NORMALIZER
See Also:
Constant Field Values

HBASE_COUNTS_ROW

public static final String HBASE_COUNTS_ROW
See Also:
Constant Field Values

HBASE_COLUMN_FAMILY

public static final String HBASE_COLUMN_FAMILY
See Also:
Constant Field Values


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.