at.tuwien.ifs.somtoolbox.clustering
Interface HierarchicalClusteringAlgorithm<E>

Type Parameters:
E - Class in the cluster
All Superinterfaces:
ClusteringAlgorithm<E>
All Known Implementing Classes:
WardClustering

public interface HierarchicalClusteringAlgorithm<E>
extends ClusteringAlgorithm<E>

Version:
$Id: HierarchicalClusteringAlgorithm.java 3358 2010-02-11 14:35:07Z mayer $
Author:
Rudolf Mayer

Method Summary
 prefuse.data.Tree getPrefuseTree()
           
 
Methods inherited from interface at.tuwien.ifs.somtoolbox.clustering.ClusteringAlgorithm
doCluster
 

Method Detail

getPrefuseTree

prefuse.data.Tree getPrefuseTree()