de.aitools.dm.clustering.algorithms
Class ASoftClusterer

java.lang.Object
  extended by de.aitools.dm.clustering.algorithms.ASoftClusterer
All Implemented Interfaces:
SoftClusterer
Direct Known Subclasses:
AClusterer, ASoftClusterLabeler

public abstract class ASoftClusterer
extends java.lang.Object
implements SoftClusterer

Version:
$Id: ASoftClusterer.java,v 1.5 2011/07/27 17:10:49 dogu3912 Exp $
Author:
tim.gollub@uni-weimar.de

Constructor Summary
ASoftClusterer()
           
 
Method Summary
 int[][] clusterSoft(byte[][] data)
           
 int[][] clusterSoft(double[][] data)
           
 int[][] clusterSoft(java.io.File data)
           
abstract  int[][] clusterSoft(Vector[] data)
           
static int getBiggestRange(Vector[] data)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASoftClusterer

public ASoftClusterer()
Method Detail

clusterSoft

public int[][] clusterSoft(java.io.File data)
Specified by:
clusterSoft in interface SoftClusterer

clusterSoft

public int[][] clusterSoft(double[][] data)
Specified by:
clusterSoft in interface SoftClusterer

clusterSoft

public int[][] clusterSoft(byte[][] data)
Specified by:
clusterSoft in interface SoftClusterer

clusterSoft

public abstract int[][] clusterSoft(Vector[] data)
Specified by:
clusterSoft in interface SoftClusterer

getBiggestRange

public static int getBiggestRange(Vector[] data)
Parameters:
data - The vectors to get the biggest range from
Returns:
Biggest range of all vectors from data