menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NaiveBayesOptions - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NaiveBayesOptions

    Represents the options to consider for Naïve Bayes Model

    Inheritance
    System.Object
    NaiveBayesOptions
    Implements
    IModelOptions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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
    System.Boolean

    BinomialThreshold

    Gets and sets the BinomialThreshold value for Naive Bayes model

    Declaration
    public double BinomialThreshold { get; set; }
    Property Value
    Type
    System.Double

    Implements

    IModelOptions
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved