com.sun.labs.minion.clustering
Class KMeans

java.lang.Object
  extended by com.sun.labs.minion.clustering.AbstractClusterer
      extended by com.sun.labs.minion.clustering.KMeans
All Implemented Interfaces:
com.sun.labs.util.props.Component, com.sun.labs.util.props.Configurable

public class KMeans
extends AbstractClusterer

A K means clustering algorithm for search results.


Field Summary
static java.lang.String logTag
           
 
Fields inherited from class com.sun.labs.minion.clustering.AbstractClusterer
clusters, dc, els, empty, fc, features, field, fs, ignored, k, N, names, nFeat, one, PROP_K, ptof, rs, te
 
Constructor Summary
KMeans()
           
 
Method Summary
 void cluster()
          Cluster the results.
 
Methods inherited from class com.sun.labs.minion.clustering.AbstractClusterer
getClusters, getElements, getElements, getEls, init, newProperties, setData, setFeatureInfo, setK, setResults, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logTag

public static java.lang.String logTag
Constructor Detail

KMeans

public KMeans()
Method Detail

cluster

public void cluster()
Cluster the results.

Specified by:
cluster in class AbstractClusterer