|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.nutch.clustering.carrot2.Clusterer
public class Clusterer
This plugin provides an implementation of OnlineClusterer
extension using clustering components of the Carrot2 project
(http://www.carrot2.org).
This class hardcodes an equivalent of the following Carrot2 process:
Yahoo Search API -- Lingo Classic Clusterer ]]>
| Field Summary | |
|---|---|
static org.apache.commons.logging.Log |
logger
|
| 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. |
org.apache.hadoop.conf.Configuration |
getConf()
Implementation of Configurable |
void |
setConf(org.apache.hadoop.conf.Configuration conf)
Implementation of Configurable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.commons.logging.Log logger
| Constructor Detail |
|---|
public Clusterer()
| Method Detail |
|---|
public HitsCluster[] clusterHits(HitDetails[] hitDetails,
String[] descriptions)
OnlineClusterer for documentation.
clusterHits in interface OnlineClustererHitsCluster objects.public void setConf(org.apache.hadoop.conf.Configuration conf)
Configurable
setConf in interface org.apache.hadoop.conf.Configurablepublic org.apache.hadoop.conf.Configuration getConf()
Configurable
getConf in interface org.apache.hadoop.conf.Configurable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||