Class NaiveBayesEvalParameters
- Namespace
- NOpenNLP.Tools.Ml.Naivebayes
- Assembly
- NOpenNLP.Tools.dll
Parameters for the evalution of a naive bayes classifier
public class NaiveBayesEvalParameters : EvalParameters
- Inheritance
-
NaiveBayesEvalParameters
- Inherited Members
Constructors
NaiveBayesEvalParameters(Context[], int, double[], long)
Parameters for the evalution of a naive bayes classifier
public NaiveBayesEvalParameters(Context[] @params, int numOutcomes, double[] outcomeTotals, long vocabulary)
Parameters
Properties
OutcomeTotals
public virtual double[] OutcomeTotals { get; }
Property Value
- double[]
Vocabulary
public virtual long Vocabulary { get; }