Class NaiveBayesOptions
Represents the options to consider for Naïve Bayes Model
Inheritance
System.Object
NaiveBayesOptions
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class NaiveBayesOptions : 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 | Description |
---|---|
System.Boolean |
BinomialThreshold
Gets and sets the BinomialThreshold value for Naive Bayes model
Declaration
public double BinomialThreshold { get; set; }
Property Value
Type | Description |
---|---|
System.Double |