#include <clu.h>
Collaboration diagram for clu_:
Public Attributes | |
int* | Members |
the indices of the members of the cluster. | |
int | No |
no. More... | |
struct clu_* | Sub1 |
struct clu_ * | Sub2 |
ptrs to subclusters: NULL for leaves. | |
double | Lid |
double | Sed |
largest internal and smallest external distance. |
The things to be clustered are represented by integers running from 0 upwards. The clusters are organised into a binary tree; non-leaf nodes always have 2 sub-nodes.
Definition at line 29 of file clu.h.
|
the indices of the members of the cluster.
|
|
no. of members |
|
|
|
ptrs to subclusters: NULL for leaves.
|
|
|
|
largest internal and smallest external distance.
|