Class Extension
Represents the methods and properties for Extension element and its attributes
Inheritance
System.Object
Extension
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 Extension
Constructors
Extension()
Declaration
public Extension()
Properties
BayesInput
Gets and sets the "BayesInput" elements value
Declaration
public BayesInput BayesInput { get; }
Property Value
Type |
---|
BayesInput |
Extender
Gets and sets the "extender" attibute value
Declaration
public string Extender { get; }
Property Value
Type |
---|
System.String |
Name
Gets and sets the "name" attibute value
Declaration
public string Name { get; }
Property Value
Type |
---|
System.String |
ProbabilityParameter
Gets and sets the "ProbabilityParameter" elements value
Declaration
public ProbabilityParameter ProbabilityParameter { get; }
Property Value
Type |
---|
ProbabilityParameter |
ResponseCategory
Gets and sets the "ResponseCategory" elements value
Declaration
public ResponseCategory ResponseCategory { get; }
Property Value
Type |
---|
ResponseCategory |
Value
Gets and sets the "value" attibute value
Declaration
public string Value { get; }
Property Value
Type |
---|
System.String |