idl.tmt.representation
Interface SoftCluster

All Superinterfaces:
Cluster
All Known Implementing Classes:
DensityBasedClustering.DensityBasedSoftCluster

public interface SoftCluster
extends Cluster

Created on Apr 14, 2004

Author:
jelsas

Method Summary
 double getProbabilityForDocID(int docID)
           
 int[] getTopNDocumentIDs(int n)
           
 
Methods inherited from interface idl.tmt.representation.Cluster
getDocumentIDByRank, getPrior
 

Method Detail

getTopNDocumentIDs

public int[] getTopNDocumentIDs(int n)

getProbabilityForDocID

public double getProbabilityForDocID(int docID)