CLUSTERER Struct Reference

#include <cluster.h>

List of all members.


Detailed Description

List of prototypes, KD tree, and Info on how our clusters were made.

Definition at line 142 of file cluster.h.

Public Attributes


Member Data Documentation

KDTREE* CLUSTERER::KDTree

For optimal nearest neighbor searching.

Definition at line 151 of file cluster.h.

Referenced by CreateClusterTree(), FreeClusterer(), MakeClusterer(), MakeNewCluster(), and MakeSample().

INT32 CLUSTERER::NumberOfSamples

Total number of samples being clustered.

Definition at line 149 of file cluster.h.

Referenced by CreateClusterTree(), MakeClusterer(), and MakeSample().

INT32 CLUSTERER::NumChar

Number of characters represented by samples.

Definition at line 157 of file cluster.h.

Referenced by MakeClusterer(), MakeSample(), and MultipleCharSamples().

PARAM_DESC* CLUSTERER::ParamDesc

Description of each parameter.

Definition at line 147 of file cluster.h.

Referenced by FreeClusterer(), MakeClusterer(), MakeEllipticalProto(), MakeMixedProto(), MakeNewCluster(), MakeSphericalProto(), WriteClusteredTrainingSamples(), and WriteNormProtos().

LIST CLUSTERER::ProtoList

List of prototypes.

Definition at line 155 of file cluster.h.

Referenced by ComputePrototypes(), FreeClusterer(), and MakeClusterer().

CLUSTER* CLUSTERER::Root

Pointer to root cluster of cluster tree.

Definition at line 153 of file cluster.h.

Referenced by ClusterSamples(), ComputePrototypes(), CreateClusterTree(), FreeClusterer(), MakeClusterer(), and MakeSample().

INT16 CLUSTERER::SampleSize

Number of parameters per sample.

Definition at line 145 of file cluster.h.

Referenced by MakeClusterer(), MakeEllipticalProto(), MakeMixedProto(), MakeNewCluster(), MakeSample(), MakeSphericalProto(), TestEllipticalProto(), WriteClusteredTrainingSamples(), and WriteNormProtos().


The documentation for this struct was generated from the following file:
Generated on Wed Feb 28 19:49:31 2007 for Tesseract by  doxygen 1.5.1