The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



DistMeasure


Unit:SDL_dendrogram
Class:TDendrogram
Declaration:property DistMeasure: TDistMode;

The property DistMeasure controls the type of distance measure used to calculate the distances between the clusters. If DistMeasure is set to dmUserDef the event OnCalcDistance is triggered.

Hint: Changing the property DistMeasure triggers the recalculation of the dendrogram. In order to prevent multiple recalculations if several clustering parameters are to be changed, the property SuppressClustAnal should be set to TRUE prior to changing any parameters of the clustering algorithm.

Example: This property is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): dendro



Last Update: 2023-Dec-13