Class BayesInputs
Represents the methods and properties for BayesInput element collection
Inheritance
System.Object
BayesInputs
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.UWP.dll
Syntax
public class BayesInputs : Object
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 |