idl.tmt.representation
Interface Clustering

All Known Subinterfaces:
HardClustering, SoftClustering

public interface Clustering

Interface which represents the output of a clustering. Main interface for evaluation of a clustering. Created on Apr 14, 2004

Author:
jelsas

Method Summary
 Cluster getCluster(int clusterIndex)
           
 int getNumClusters()
           
 int getNumDocuments()
           
 

Method Detail

getNumClusters

public int getNumClusters()

getNumDocuments

public int getNumDocuments()

getCluster

public Cluster getCluster(int clusterIndex)