org.apache.mahout.classifier.naivebayes
Class BayesConstants

java.lang.Object
  extended by org.apache.mahout.classifier.naivebayes.BayesConstants

public final class BayesConstants
extends java.lang.Object

Class containing Constants used by Naive Bayes classifier classes


Field Summary
static java.lang.String ALPHA_SMOOTHING_FACTOR
           
static java.lang.String FEATURE_SUM
           
static java.lang.String LABEL_SUM
           
static java.lang.String LABEL_THETA_NORMALIZER
           
static java.lang.String WEIGHT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALPHA_SMOOTHING_FACTOR

public static final java.lang.String ALPHA_SMOOTHING_FACTOR
See Also:
Constant Field Values

WEIGHT

public static final java.lang.String WEIGHT
See Also:
Constant Field Values

FEATURE_SUM

public static final java.lang.String FEATURE_SUM
See Also:
Constant Field Values

LABEL_SUM

public static final java.lang.String LABEL_SUM
See Also:
Constant Field Values

LABEL_THETA_NORMALIZER

public static final java.lang.String LABEL_THETA_NORMALIZER
See Also:
Constant Field Values


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