Click or drag to resize
ClusterHierarchicalTransformation Enumeration
Specifies the type of transformation.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public enum Transformation
Members
  Member nameValueDescription
None0 Indicates no transformation.
Multiplication1 Indicates transformation by multiplication by -1.0.
ReciprocalAbs2 Indicates transformation by taking the reciprocal of the absolute value.
See Also