org.apache.nutch.clustering.carrot2
Class Clusterer

java.lang.Object
  extended byorg.apache.nutch.clustering.carrot2.Clusterer
All Implemented Interfaces:
OnlineClusterer

public class Clusterer
extends Object
implements OnlineClusterer

An plugin providing an implementation of OnlineClusterer extension using clustering components of the Carrot2 project (http://carrot2.sourceforge.net).

Version:
$Id: Clusterer.java,v 1.1 2004/08/09 23:23:53 johnnx Exp $
Author:
Dawid Weiss

Field Summary
 
Fields inherited from interface org.apache.nutch.clustering.OnlineClusterer
X_POINT_ID
 
Constructor Summary
Clusterer()
          An empty public constructor for making new instances of the clusterer.
 
Method Summary
 HitsCluster[] clusterHits(HitDetails[] hitDetails, String[] descriptions)
          See OnlineClusterer for documentation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Clusterer

public Clusterer()
An empty public constructor for making new instances of the clusterer.

Method Detail

clusterHits

public HitsCluster[] clusterHits(HitDetails[] hitDetails,
                                 String[] descriptions)
See OnlineClusterer for documentation.

Specified by:
clusterHits in interface OnlineClusterer
Returns:
A set of HitsCluster objects.


Copyright © 2006 The Apache Software Foundation