|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
BitVectorGeneratorNodeDialog | The dialog for the BitvectorGeneratorNode. |
BitVectorGeneratorNodeFactory | The factory for the BitVectorGenerator Node. |
BitVectorGeneratorNodeModel | The BitvectorGenerator translates all values above or equal to a given threshold to a set bit, values below that threshold to bits set to zero. |
BitVectorGeneratorView | The BitvectorGeneratorView provides information about the generation of the bitsets out of the data. |
PMMLAssociationRuleHandler | |
PMMLAssociationRulePortObject | |
SubgroupMinerDialog | The dialog for the subgroup miner node. |
SubgroupMinerFactory | The factory for the SubgroupMiner Node. |
SubgroupMinerModel | The SubgroupMinerModel searches for frequent itemsets with an apriori algorithm using a prefixtree structure. |
Enum Summary | |
---|---|
BitVectorGeneratorNodeModel.STRING_TYPES | Represents the string types that can be parsed. |
This package contains everything necessary for normal subgroup mining. The algorithms in the package apriori, the data structures in the package frequentitemset and the nodes in this package. There are two nodes: the BitVectorGenerator and the SubgroupMiner. The BitVectorGenerator generates bitvectors out of either numerical data or a string with the item id which was present in the transaction. The SubgoupMiner mines for either frequent itemsets (free, closed or maximal) or for association rules.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |