Uses of Class
org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode

Packages that use ArrayPrefixTreeNode
org.knime.base.node.mine.subgroupminer.apriori This package contains two algorithm implementations for the SubgroupMinerNode. 
 

Uses of ArrayPrefixTreeNode in org.knime.base.node.mine.subgroupminer.apriori
 

Methods in org.knime.base.node.mine.subgroupminer.apriori that return ArrayPrefixTreeNode
 ArrayPrefixTreeNode ArrayPrefixTreeNode.getChild(int pos)
          Returns the child for that given item specified by pos.
 ArrayPrefixTreeNode ArrayPrefixTreeNode.getParent()
          Retuns a link to the parent node.
 

Constructors in org.knime.base.node.mine.subgroupminer.apriori with parameters of type ArrayPrefixTreeNode
ArrayPrefixTreeNode(int length, ArrayPrefixTreeNode parent, int parentIndex)
          Constructs an ArrayPrefixTreeNode with the length specifying the size of the array, that is, the number of countable items in that node.
 



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.