Class Item
Represents the properties for AssociationRule Item element and its attributes
Inheritance
System.Object
Item
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Portable.dll
Syntax
public class Item : Object
Constructors
Item()
Declaration
public Item()
Properties
Id
Gets the Id
Declaration
public string Id { get; }
Property Value
Type |
---|
System.String |
MappedValue
Gets the mapped value
Declaration
public string MappedValue { get; }
Property Value
Type |
---|
System.String |
Value
Gets the Value
Declaration
public string Value { get; }
Property Value
Type |
---|
System.String |
Weight
Gets the weight
Declaration
public float Weight { get; }
Property Value
Type |
---|
System.Single |