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()  | 
equals, getNumOutcomes, getParams, hashCodepublic NaiveBayesEvalParameters(Context[] params, int numOutcomes, double[] outcomeTotals, long vocabulary)
Copyright © 2017 The Apache Software Foundation. All rights reserved.