Class NaiveBayesOptions
Represents the options to consider for Naïve Bayes Model
Inheritance
System.Object
NaiveBayesOptions
Implements
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Portable.dll
Syntax
public class NaiveBayesOptions : Object, IModelOptions
Constructors
NaiveBayesOptions()
Declaration
public NaiveBayesOptions()
Properties
ApplyLaplace
Gets and sets the laplace value for Naïve Bayes model.
Declaration
public bool ApplyLaplace { get; set; }
Property Value
Type |
---|
System.Boolean |
BinomialThreshold
Gets and sets the BinomialThreshold value for Naive Bayes model
Declaration
public double BinomialThreshold { get; set; }
Property Value
Type |
---|
System.Double |