org.apache.mahout.classifier.naivebayes
Class BayesConstants
java.lang.Object
org.apache.mahout.classifier.naivebayes.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 |
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
LABEL_THETA_NORMALIZER
public static final String LABEL_THETA_NORMALIZER
- See Also:
- Constant Field Values
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.