menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NaiveBayesModel - WindowsForms 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
    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 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