
@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.ParameterizerClass parameterizer. | 
| Modifier and Type | Field and Description | 
|---|---|
| static SingleLinkageMethod | STATICStatic instance of class. | 
| Constructor and Description | 
|---|
| SingleLinkageMethod()Deprecated. 
 use the static instance  STATICinstead. | 
| 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)
LinkageMethodcombine in interface LinkageMethodsizex - 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 merging