Package com.pervasive.datarush.analytics.arm


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