Uses of Package
org.knime.base.node.mine.cluster.hierarchical.distfunctions

Packages that use org.knime.base.node.mine.cluster.hierarchical.distfunctions
org.knime.base.node.mine.cluster.hierarchical Contains the implementation of a node performing hierarchical clustering. 
org.knime.base.node.mine.cluster.hierarchical.distfunctions Contains distance function implementations for the Hierarchical Clustering node. 
 

Classes in org.knime.base.node.mine.cluster.hierarchical.distfunctions used by org.knime.base.node.mine.cluster.hierarchical
DistanceFunction
          The interface a distance function must implement.
 

Classes in org.knime.base.node.mine.cluster.hierarchical.distfunctions used by org.knime.base.node.mine.cluster.hierarchical.distfunctions
DistanceFunction
          The interface a distance function must implement.
DistanceFunction.Names
          The name sof the implemented distance functions.
EuclideanDist
          Calculates the distance for two data rows based on the euclidean distance.
ManhattanDist
          Calculates the distance for two data rows based on the manhatten distance.
MinkowskiDist
          Calculates the distance for two data rows based on the Minkowski distance.
 



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.