public static class Clusterer.Cluster
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
hash |
java.util.List<java.lang.Integer> |
mentions |
| Constructor and Description |
|---|
Cluster(Clusterer.Cluster c) |
Cluster(int m) |
| Modifier and Type | Method and Description |
|---|---|
long |
getHash() |
void |
merge(Clusterer.Cluster c) |
int |
size() |
public Cluster(int m)
public Cluster(Clusterer.Cluster c)
public void merge(Clusterer.Cluster c)
public int size()
public long getHash()