Transform type

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

Syntax

C#
public enum TransformMethod
Visual Basic (Declaration)
Public Enumeration TransformMethod
Visual C++
public enum class TransformMethod

Members

Member nameDescription
None
Flag to indicate no transformation of percentages.
Sqrt
Flag to indicate the square root transform will be applied to the percentages.
AsinSqrt
Flag to indicate the arcsine square root transform will be applied to the percentages.

See Also