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 |