@Reference(authors="G. N. Lance and W. T. Williams", title="A general theory of classificatory sorting strategies 1. Hierarchical systems", booktitle="The computer journal 9.4", url="http://dx.doi.org/ 10.1093/comjnl/9.4.373") public interface LinkageMethod
G. N. Lance and W. T. Williams
A general theory of classificatory sorting strategies 1. Hierarchical systems
The computer journal 9.4 (1967): 373-380.
Modifier and Type | Method and Description |
---|---|
double |
combine(int sizex,
double dx,
int sizey,
double dy,
int sizej,
double dxy)
Compute combined linkage for two clusters.
|
double combine(int sizex, double dx, int sizey, double dy, int sizej, double dxy)
sizex
- Size of first cluster x before mergingdx
- Distance of cluster x to j before mergingsizey
- Size of second cluster y before mergingdy
- Distance of cluster y to j before mergingsizej
- Size of candidate cluster jdxy
- Distance between clusters x and y before mergingCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.