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