at.tuwien.ifs.somtoolbox.clustering
Class ClusteringTools

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.clustering.ClusteringTools

public class ClusteringTools
extends Object

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

Constructor Summary
ClusteringTools()
           
 
Method Summary
static
<A> List<Cluster<A>>
toCluster(List<List<A>> data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusteringTools

public ClusteringTools()
Method Detail

toCluster

public static <A> List<Cluster<A>> toCluster(List<List<A>> data)