de.aitools.dm.clustering
Interface SoftClusterer

All Known Implementing Classes:
ACarrot2ClusterLabeler, AClusterer, AClusterLabeler, AGraphClusterer, ASoftClusterer, ASoftClusterLabeler, BiSectingKMeans, DBScan, FrequentPredictiveWords, HighRecallClusterer, KeyphraseLabeler, KMeans, KNNHAC, Lingo, LongTailClusterer, LongTailClusterer2, MajorClust, NoShadowingLabeler, NoShadowingLabeler2, SLink, SuffixTreeClustering, TopicIdentifier, WeightedCentroidCovering

public interface SoftClusterer

Interface for cluster algorithms.

Version:
aitools 4.0 Created on 26.10.2010 $Id: SoftClusterer.java,v 1.3 2011/02/15 10:32:16 hoppe Exp $
Author:
tim.gollub@uni-weimar.de

Method Summary
 int[][] clusterSoft(byte[][] data)
           
 int[][] clusterSoft(double[][] data)
           
 int[][] clusterSoft(java.io.File data)
           
 int[][] clusterSoft(Vector[] data)
           
 

Method Detail

clusterSoft

int[][] clusterSoft(java.io.File data)

clusterSoft

int[][] clusterSoft(double[][] data)

clusterSoft

int[][] clusterSoft(byte[][] data)

clusterSoft

int[][] clusterSoft(Vector[] data)