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