CreateDendogram: Boolean;
CreateDendogram: boolean;
The CreateDendogram property determines whether a dendogram, arrays of objects and distances between clusters are to be created.
Available values:
True. Default value. The dendogram is created, arrays of objects and distances between clusters are calculated. To get arrays, use the ISmHierarchicalClusterAnalysis.Iord and ISmHierarchicalClusterAnalysis.Dord properties.
False. The dendogram 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: