Uses of Interface
anl.aida.algo.Clusterer

Packages that use Clusterer
anl.aida.client   
anl.aida.client.gui   
 

Uses of Clusterer in anl.aida.client
 

Fields in anl.aida.client declared as Clusterer
private  Clusterer<anl.aida.core.DocumentID> CacheElement.AllDocs.clusterer
           
 

Methods in anl.aida.client that return Clusterer
 Clusterer<anl.aida.core.DocumentID> WrappedDocSet.getClusterer()
          Gets the Clusterer that should be used to Cluster this document set.
 Clusterer<anl.aida.core.DocumentID> CacheDocumentSet.getClusterer()
          Gets the Clusterer that should be used to Cluster this document set.
 Clusterer<anl.aida.core.DocumentID> TempCacheDocSet.getClusterer()
          Gets the Clusterer that should be used to Cluster this document set.
 Clusterer<anl.aida.core.DocumentID> CacheElement.AllDocs.getClusterer()
          Gets the Clusterer that should be used to Cluster this document set.
 

Uses of Clusterer in anl.aida.client.gui
 

Fields in anl.aida.client.gui declared as Clusterer
private  Clusterer<anl.aida.core.DocumentID> ClusterPanel.clusterer