Uses of Class
com.pervasive.datarush.analytics.arm.Item
-
Packages that use Item Package Description com.pervasive.datarush.analytics.arm Provides common classes for Association Rule Mining (ARM). -
-
Uses of Item in com.pervasive.datarush.analytics.arm
Methods in com.pervasive.datarush.analytics.arm that return types with arguments of type Item Modifier and Type Method Description List<Item>
PMMLAssociationModel. getItems()
Return the list of items contained in the model.Methods in com.pervasive.datarush.analytics.arm with parameters of type Item Modifier and Type Method Description void
PMMLAssociationModel. addItem(Item item)
Add an item to the model.
-