org.apache.mahout.classifier.bayes.mapreduce.common
Class BayesConstants
java.lang.Object
org.apache.mahout.classifier.bayes.mapreduce.common.BayesConstants
public final class BayesConstants
- extends Object
Class containing Constants used by Naive Bayes classifier classes
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.