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

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byjava.util.HashSet
              extended byjava.util.LinkedHashSet
                  extended byedu.umass.cs.mallet.projects.seg_plus_coref.clustering.Clustering
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.io.Serializable, java.util.Set
Direct Known Subclasses:
GraphClustering, KeyClustering, MortonClustering

public class Clustering
extends java.util.LinkedHashSet

See Also:
Serialized Form

Constructor Summary
Clustering()
           
 
Method Summary
 java.util.List getSelectVertices()
           
 boolean inSameCluster(java.lang.Object o1, java.lang.Object o2)
           
 void print()
           
 void printClustering()
           
 void printDetailed()
           
 void setSelectVertices(java.util.List vertices)
           
 
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Constructor Detail

Clustering

public Clustering()
Method Detail

print

public void print()

setSelectVertices

public void setSelectVertices(java.util.List vertices)

getSelectVertices

public java.util.List getSelectVertices()

printDetailed

public void printDetailed()

inSameCluster

public boolean inSameCluster(java.lang.Object o1,
                             java.lang.Object o2)

printClustering

public void printClustering()