Uses of Class
org.knime.base.node.mine.cluster.hierarchical.ClusterNode

Packages that use ClusterNode
org.knime.base.node.mine.cluster.hierarchical Contains the implementation of a node performing hierarchical clustering. 
 

Uses of ClusterNode in org.knime.base.node.mine.cluster.hierarchical
 

Methods in org.knime.base.node.mine.cluster.hierarchical that return ClusterNode
 ClusterNode ClusterNode.getFirstSubnode()
          Returns the first sub-node of this node.
 ClusterNode HierarchicalClusterNodeModel.getRootNode()
           
 ClusterNode ClusterNode.getSecondSubnode()
          Returns the second sub-node of this node.
static ClusterNode ClusterNode.loadFromXML(NodeSettingsRO settings, DataArray orgTable)
          Loads a cluster node from the settings.
 

Methods in org.knime.base.node.mine.cluster.hierarchical that return types with arguments of type ClusterNode
 Iterable<ClusterNode> ClusterNode.leafs()
          Returns an Iterable over all leaf nodes contained in this node.
 

Constructors in org.knime.base.node.mine.cluster.hierarchical with parameters of type ClusterNode
ClusterNode(ClusterNode node1, ClusterNode node2, double dist)
          Constructs a new parent node from two child nodes.
 



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.