H2Lib
3.0
|
Representation of a clustergeometry object. More...
#include <clustergeometry.h>
Data Fields | |
uint | dim |
Spatial dimension. | |
uint | nidx |
Number of indices. | |
real ** | x |
Characteristic points for the indices. | |
real ** | smin |
Minimal coordinates for the support bounding boxes for the indices. | |
real ** | smax |
Maximal coordinates for the support bounding boxes for the indices. | |
real * | w |
Weights for the indices. | |
real * | hmin |
internal fields used to build the cluster tree from the clustergeometry object. | |
real * | hmax |
internal fields used to build the cluster tree from the clustergeometry object. | |
real * | buf |
internal fields used to build the cluster tree from the clustergeometry object. | |
Representation of a clustergeometry object.
This auxiliary structure allocates storage for different kinds of clustering strategies. Characteristic points and weights for the indices could be stored, additionally minimal and maximal coordinates for the support bounding boxes. Also storage for internal fields is allocated.