public class NaiveBayesEvalParameters extends EvalParameters
| Constructor and Description |
|---|
NaiveBayesEvalParameters(Context[] params,
int numOutcomes,
double[] outcomeTotals,
long vocabulary) |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getOutcomeTotals() |
long |
getVocabulary() |
getConstantInverse, getCorrectionConstant, getCorrectionParam, getNumOutcomes, getParams, setCorrectionParampublic NaiveBayesEvalParameters(Context[] params, int numOutcomes, double[] outcomeTotals, long vocabulary)
Copyright © 2016 The Apache Software Foundation. All rights reserved.