public class Merge extends Object implements Serializable
Constructor and Description |
---|
Merge(int remainingCluster,
int mergedCluster,
double similarity) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
int |
mergedCluster()
Returns the ID of the cluster that was merged into another cluster.
|
int |
remainingCluster()
Returns the ID of the clusters into which another cluster was merged,
i.e.
|
double |
similarity()
Returns the similarity of the two clusters at the time of their merging.
|
String |
toString() |
public int mergedCluster()
public int remainingCluster()
public double similarity()
Copyright © 2012. All Rights Reserved.