Class Item
Represents the properties for AssociationRule Item element and its attributes
Inheritance
System.Object
Item
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 Item
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 |