|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractSet
java.util.HashSet
java.util.LinkedHashSet
edu.umass.cs.mallet.projects.seg_plus_coref.clustering.Clustering
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 |
public Clustering()
Method Detail |
public void print()
public void setSelectVertices(java.util.List vertices)
public java.util.List getSelectVertices()
public void printDetailed()
public boolean inSameCluster(java.lang.Object o1, java.lang.Object o2)
public void printClustering()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |