menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BayesInput - Xamarin.Android 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
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.dll
    Syntax
    public class BayesInput : Object

    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