Uses of Interface
org.knime.base.util.kdtree.Node

Packages that use Node
org.knime.base.util.kdtree   
 

Uses of Node in org.knime.base.util.kdtree
 

Classes in org.knime.base.util.kdtree that implement Node
(package private)  class NonterminalNode
          This class represents non-terminal nodes inside the k-d tree.
(package private)  class TerminalBucket<T>
          This class represents a terminal bucket in a k-d tree.
(package private)  class TerminalNode<T>
          This class represents a terminal node inside a k-d tree.
 

Methods in org.knime.base.util.kdtree that return Node
 Node NonterminalNode.getLeft()
          Returns the left child node.
 Node NonterminalNode.getRight()
          Returns the right child node.
 

Constructors in org.knime.base.util.kdtree with parameters of type Node
KDTree(int k, Node rootNode, int size)
          Creates a new optimized k-d tree.
NonterminalNode(int splitAttribute, double splitValue, Node left, Node right)
          Creates a new non-terminal 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.