org.carrot2.filter.trc.carrot.filter.cluster.rough.clustering
Interface Clusterer

All Known Implementing Classes:
KClusterer, RoughClusterer

public interface Clusterer

Clusterer can cluster collection of objects and clustering results can be collected. Provide simple interface that wrap clustering algorithm and its context data


Method Summary
 void cluster()
          Run clustering
 XCluster[] getClusters()
          Return resulting clusters
 void setContext(IRContext context)
           
 

Method Detail

cluster

void cluster()
Run clustering


getClusters

XCluster[] getClusters()
Return resulting clusters


setContext

void setContext(IRContext context)


Copyright (c) Dawid Weiss, Stanislaw Osinski