menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NaiveBayesOptions - Xamarin.Android 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
    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

    Implements

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