Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

clu_ Struct Reference

Clu_ : a cluster structure. More...

#include <clu.h>

Collaboration diagram for clu_:

Collaboration graph
[legend]
List of all members.

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.


Detailed Description

Clu_ : a cluster structure.

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.


Member Data Documentation

int * clu_::Members
 

the indices of the members of the cluster.

Definition at line 31 of file clu.h.

int clu_::No
 

no.

of members

Definition at line 32 of file clu.h.

struct clu_* clu_::Sub1
 

Definition at line 33 of file clu.h.

struct clu_ * clu_::Sub2
 

ptrs to subclusters: NULL for leaves.

Definition at line 33 of file clu.h.

double clu_::Lid
 

Definition at line 34 of file clu.h.

double clu_::Sed
 

largest internal and smallest external distance.

Definition at line 34 of file clu.h.


The documentation for this struct was generated from the following file:
Generated at Wed Aug 21 09:33:31 2002 for The Razorback C Library: Statistics by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001