Module datarush.analytics
Package com.pervasive.datarush.analytics.arm
Provides common classes for Association Rule Mining (ARM).
-
Interface Summary Interface Description ModelConverter Interface for a model converter that converts an association model in PMML into a target model type. -
Class Summary Class Description AssociationRule An association rule defining the strength of a relationship between two item sets.ConvertARMModel An operator that converts an association model in PMML into a target format.FrequentItems Compute the frequent items within the given transactions.GenerateCombinations A combination generator capable of generating combinations of a given array of integers.Item Definition of an item with the context of association rule mining.ItemSet A representation of a set of items with their support (frequency) within a data set.ItemSetEncoderFactory The encoder factory for theItemSet
class.MetadataHelper Helper class for metadata needed by association models.PMMLAssociationModel Captures the information required to build a PMML Association model.RulesGenerator Generate association rules from frequent item sets. -
Enum Summary Enum Description ConversionType Supported target conversion types (from PMML).