Class XPredictorImportance
Represents the properties for XPredictorImportance element and its attributes
Inheritance
System.Object
XPredictorImportance
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 XPredictorImportance
Constructors
XPredictorImportance()
Declaration
public XPredictorImportance()
Properties
Importance
Gets and sets the importance value
Declaration
public double Importance { get; }
Property Value
Type |
---|
System.Double |
PredictorName
Gets and sets the predictorName value
Declaration
public string PredictorName { get; }
Property Value
Type |
---|
System.String |