menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NaiveBayesModel - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NaiveBayesModel

    Represents the methods and properties for NaiveBayesModel element and its attributes

    Inheritance
    System.Object
    Model
    NaiveBayesModel
    Inherited Members
    Model.AlgorithmName
    Model.MiningFieldFunction
    Model.ModelName
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.dll
    Syntax
    public class NaiveBayesModel : Model

    Constructors

    NaiveBayesModel()

    Declaration
    public NaiveBayesModel()

    Properties

    BayesInputs

    Gets the "BayesInputs" element value

    Declaration
    public BayesInputs BayesInputs { get; }
    Property Value
    Type
    BayesInputs

    BayesOutput

    Gets the "BayesOutput" element value

    Declaration
    public BayesOutput BayesOutput { get; }
    Property Value
    Type
    BayesOutput

    LocalTransformations

    Gets the "LocalTransformations" element value

    Declaration
    public LocalTransformations LocalTransformations { get; }
    Property Value
    Type
    LocalTransformations

    MiningSchema

    Gets the "MiningSchema" element value

    Declaration
    public MiningSchema MiningSchema { get; }
    Property Value
    Type
    MiningSchema

    Output

    Gets the "Output" element value

    Declaration
    public Output Output { get; }
    Property Value
    Type
    Output

    Threshold

    Gets the "threshold" attribute value

    Declaration
    public double Threshold { get; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved