Class XPredictorImportanceList
Represents the properties for XPredictorImportanceList element and its attributes
Inheritance
System.Object
XPredictorImportanceList
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 XPredictorImportanceList
Constructors
XPredictorImportanceList()
Declaration
public XPredictorImportanceList()
Properties
XPredictorImportance
Gets the XPredictorImportance Element
Declaration
public XPredictorImportance XPredictorImportance { get; }
Property Value
Type |
---|
XPredictorImportance |
XRegInfo
Gets the XRegInfo Element
Declaration
public XRegInfo XRegInfo { get; }
Property Value
Type |
---|
XRegInfo |