Uses of Interface
org.apache.nutch.clustering.HitsCluster

Packages that use HitsCluster
org.apache.nutch.clustering   
org.apache.nutch.clustering.carrot2   
 

Uses of HitsCluster in org.apache.nutch.clustering
 

Methods in org.apache.nutch.clustering that return HitsCluster
 HitsCluster[] OnlineClusterer.clusterHits(HitDetails[] hitDetails, String[] descriptions)
          Clusters an array of hits (HitDetails objects) and their previously extracted summaries (Strings).
 HitsCluster[] HitsCluster.getSubclusters()
           
 

Uses of HitsCluster in org.apache.nutch.clustering.carrot2
 

Classes in org.apache.nutch.clustering.carrot2 that implement HitsCluster
 class HitsClusterAdapter
          An adapter of Carrot2's RawCluster interface to HitsCluster interface.
 

Methods in org.apache.nutch.clustering.carrot2 that return HitsCluster
 HitsCluster[] HitsClusterAdapter.getSubclusters()
           
 HitsCluster[] Clusterer.clusterHits(HitDetails[] hitDetails, String[] descriptions)
          See OnlineClusterer for documentation.
 



Copyright © 2006 The Apache Software Foundation