@Reference(authors="K. Florek and J. \u0141ukaszewicz and J. Perkal and H. Steinhaus and S. Zubrzycki", title="Sur la liaison et la division des points d\'un ensemble fini", booktitle="Colloquium Mathematicae (Vol. 2, No. 3-4)") @Alias(value={"single-link","single","slink","nearest","nearest-neighbor"}) public class SingleLinkageMethod extends Object implements LinkageMethod
K. Florek and J. Łukaszewicz and J. Perkal and H. Steinhaus and S. Zubrzycki
Sur la liaison et la division des points d'un ensemble fini
In Colloquium Mathematicae (Vol. 2, No. 3-4)
Modifier and Type | Class and Description |
---|---|
static class |
SingleLinkageMethod.Parameterizer
Class parameterizer.
|
Modifier and Type | Field and Description |
---|---|
static SingleLinkageMethod |
STATIC
Static instance of class.
|
Constructor and Description |
---|
SingleLinkageMethod()
Deprecated.
use the static instance
STATIC instead. |
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.
|
public static final SingleLinkageMethod STATIC
@Deprecated public SingleLinkageMethod()
STATIC
instead.public double combine(int sizex, double dx, int sizey, double dy, int sizej, double dxy)
LinkageMethod
combine
in interface LinkageMethod
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.