| Package | Description |
|---|---|
| CoOccurrence |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Cluster> |
Cluster.getBestMatch() |
java.util.ArrayList<Cluster> |
Cluster.getInternalClusters() |
java.util.ArrayList<Cluster> |
Cluster.getPreviousMatch() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Cluster.equals(Cluster c) |
void |
Cluster.setBestMatch(Cluster bestMatch) |
void |
Cluster.setPreviousMatch(Cluster previousMatch) |
| Constructor and Description |
|---|
Cluster(java.lang.String line,
java.lang.String time,
java.util.ArrayList<Cluster> clusterMembers)
This is for merged clusters where line corresponds to the members of the
merged cluster.
|