Click or drag to resize
sqx

IGR Structure

Aggregate [float] IGR([bit] Observed, [float] Value)

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
[SerializableAttribute]
public struct IGR : IBinarySerialize
Remarks
Information Gain Ratio aggregate function.
Will favor attribute that have a lower number of distinct values.

NOTE: Value is treated like a label (Discrete). Use ROUND().

Attributes

Format.UserDefined, IsInvariantToDuplicates = false, IsInvariantToNulls = true, IsInvariantToOrder = true, IsNullIfEmpty = true, MaxByteSize = -1
See Also