Specifies the type of linkage.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public enum Linkage |
Visual Basic (Declaration) |
---|
Public Enumeration Linkage |
Visual C++ |
---|
public enum class Linkage |
Members
Member name | Description | |
---|---|---|
Single |
Indicates the single linkage (minimum distance) method.
| |
Complete |
Indicates the complete linkage (maximum distance) method.
| |
AvgWithinClusters |
Indicates the average distance within (average distance
between objects within the merged cluster) method.
| |
AvgBetweenClusters |
Indicates the average distance between (average distance
between objects in the two clusters) method.
| |
Wards |
Indicates the Ward's method.
|