idl.tmt.representation
Interface SoftClustering

All Superinterfaces:
Clustering
All Known Implementing Classes:
DensityBasedClustering

public interface SoftClustering
extends Clustering

Created on Apr 14, 2004

Author:
jelsas

Method Summary
 double[] getClusterMembershipProbabilities(int docID)
           
 HardClustering toHardClustering()
           
 
Methods inherited from interface idl.tmt.representation.Clustering
getCluster, getNumClusters, getNumDocuments
 

Method Detail

getClusterMembershipProbabilities

public double[] getClusterMembershipProbabilities(int docID)

toHardClustering

public HardClustering toHardClustering()