Package org.knime.base.node.mine.subgroupminer

This package contains everything necessary for normal subgroup mining.

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.
 

Package org.knime.base.node.mine.subgroupminer Description

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.



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.