See: Description
Interface | Description |
---|---|
ModelConverter |
Interface for a model converter that converts an association model in PMML
into a target model type.
|
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 the
ItemSet 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 | Description |
---|---|
ConversionType |
Supported target conversion types (from PMML).
|
Copyright © 2016 Actian Corporation. All rights reserved.