Class BayesInputs
Represents the methods and properties for BayesInput element collection
Inheritance
System.Object
BayesInputs
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 BayesInputs
Constructors
BayesInputs()
Declaration
public BayesInputs()
Methods
GetBayesInput()
Returns the List of BayesInput values
Declaration
public List<BayesInput> GetBayesInput()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<BayesInput> | List of BayesInput values |
GetExtension()
Returns the List of Extension values
Declaration
public List<Extension> GetExtension()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<Extension> | List of Extension values |