menu

WinForms

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

    Show / Hide Table of Contents

    Class BayesInput

    Represents the methods and properties for BayesInput element and its attributes

    Inheritance
    System.Object
    BayesInput
    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 BayesInput

    Constructors

    BayesInput()

    Declaration
    public BayesInput()

    Properties

    DerivedField

    Gets the "DerivedField" elements value

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

    FieldName

    Gets the "FieldName" attribute value

    Declaration
    public string FieldName { get; }
    Property Value
    Type
    System.String

    TargetValueStats

    Gets the "TargetValueStats" elements value

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

    Methods

    GetPairCounts()

    Returns the List of PairCounts values

    Declaration
    public List<PairCounts> GetPairCounts()
    Returns
    Type Description
    System.Collections.Generic.List<PairCounts>

    List of Pair Counts

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