edu.umass.cs.mallet.projects.seg_plus_coref.clustering
Class Clusterer

java.lang.Object
  extended byedu.umass.cs.mallet.projects.seg_plus_coref.clustering.Clusterer

public class Clusterer
extends java.lang.Object


Constructor Summary
Clusterer()
           
Clusterer(MappedGraph graph)
           
 
Method Summary
 Clustering getClustering()
           
 Clustering getClustering(Clustering prevClustering)
           
 Clustering getClusteringGreedily()
           
 salvo.jesus.graph.WeightedGraph getGraph()
           
 MappedGraph getMappedGraph()
           
 void setGraph(MappedGraph graph)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Clusterer

public Clusterer(MappedGraph graph)

Clusterer

public Clusterer()
Method Detail

setGraph

public void setGraph(MappedGraph graph)

getMappedGraph

public MappedGraph getMappedGraph()

getGraph

public salvo.jesus.graph.WeightedGraph getGraph()

getClusteringGreedily

public Clustering getClusteringGreedily()

getClustering

public Clustering getClustering(Clustering prevClustering)

getClustering

public Clustering getClustering()