de.aitools.dm.clustering.algorithms
Class ASoftClusterer
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASoftClusterer
public ASoftClusterer()
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