CreateDendogram: Boolean;
The CreateDendrogram property determines creating a dendrogram, calculating arrays of objects and distance between clusters.
Available values:
True. Default. The dendrogram is created, arrays of objects and distances between clusters are calculated. To get arrays, use the ISmHierarchicalClusterAnalysis.Iord and ISmHierarchicalClusterAnalysis.Dord properties.
False. The dendrogram is not created, arrays of objects and distances between clusters are not calculated.
The property use is given in the example for ISmHierarchicalClusterAnalysis.HCStoppingCriterion.
See also: