java.lang.Object
com.pervasive.datarush.analytics.arm.Item
- All Implemented Interfaces:
Serializable
Definition of an item with the context of association rule mining.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Item
-
Item
Create a new item with the given identifier and name.- Parameters:
itemID- unique item identifiername- item name
-
-
Method Details
-
getItemID
public int getItemID()Get the item identifier.- Returns:
- item identifier
-
getName
Get the item name.- Returns:
- item name
-
getLabel
Get the item label.- Returns:
- item label
-
equals
-
hashCode
public int hashCode() -
toString
-