pyclustering  0.10.1
pyclustring is a Python, C++ data mining library.
pyclustering.cluster.agglomerative.type_link Class Reference

Enumerator of types of link between clusters. More...

+ Inheritance diagram for pyclustering.cluster.agglomerative.type_link:
+ Collaboration diagram for pyclustering.cluster.agglomerative.type_link:

Static Public Attributes

int SINGLE_LINK = 0
 Distance between the two nearest objects in clusters is considered as a link, so-called SLINK method (the single-link clustering method).
 
int COMPLETE_LINK = 1
 Distance between the farthest objects in clusters is considered as a link, so-called CLINK method (the complete-link clustering method).
 
int AVERAGE_LINK = 2
 Average distance between objects in clusters is considered as a link.
 
int CENTROID_LINK = 3
 Distance between centers of clusters is considered as a link.
 

Detailed Description

Enumerator of types of link between clusters.

Definition at line 24 of file agglomerative.py.


The documentation for this class was generated from the following file: