public class WPGMALinkage extends Linkage
Note that the terms weighted and unweighted refer to the final result, not the math by which it is achieved. Thus the simple averaging in WPGMA produces a weighted result, and the proportional averaging in UPGMA produces an unweighted result.
Constructor and Description |
---|
WPGMALinkage(double[][] proximity)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
merge(int i,
int j)
Merge two clusters into one and update the proximity matrix.
|
String |
toString() |
getProximity
Copyright © 2015. All rights reserved.