The type of transformation.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual ClusterHierarchical..::.Transformation TransformType { get; set; }
Visual Basic (Declaration)
Public Overridable Property TransformType As ClusterHierarchical..::.Transformation
Visual C++
public:
virtual property ClusterHierarchical..::.Transformation TransformType {
	ClusterHierarchical..::.Transformation get ();
	void set (ClusterHierarchical..::.Transformation value);
}

Field Value

A ClusterHierarchical.Transformation identifying the type of transformation applied to the measures in dist.

Remarks

By Default, TransformType = Transformation.None.

TransformType Description
None No transformation is required. The elements of dist are distances.
Multiplication Convert similarities to distances by multiplying by -1.0.
ReciprocalAbs Convert similarities (usually correlations) to distances by taking the reciprocal of the absolute value.

See Also