Click or drag to resize
ClusterHierarchicalTransformType Property
The type of transformation.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual ClusterHierarchicalTransformation TransformType { get; set; }

Property Value

Type: ClusterHierarchicalTransformation
A ClusterHierarchical.Transformation identifying the type of transformation applied to the measures in dist.
Remarks

By Default, TransformType = Transformation.None.

TransformTypeDescription
NoneNo transformation is required. The elements of dist are distances.
MultiplicationConvert similarities to distances by multiplying by -1.0.
ReciprocalAbsConvert similarities (usually correlations) to distances by taking the reciprocal of the absolute value.

See Also