Click or drag to resize
sqx

SQXSoftMaxTable Method

Function [table] SoftMaxTable([float] Value, [float] SoftMaxSum, [float] MaxValue)
(Transformation)

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
public static IEnumerator SoftMaxTable(
	SqlDouble Value,
	SqlDouble SoftMaxSum,
	SqlDouble MaxValue
)

Parameters

Value
Type: System.Data.SqlTypesSqlDouble
[float]
SoftMaxSum
Type: System.Data.SqlTypesSqlDouble
[float]
MaxValue
Type: System.Data.SqlTypesSqlDouble
[float]

Return Value

Type: IEnumerator
[table]
Remarks
SoftMax table function.

Attributes

IsDeterministic = true, IsPrecise = true, DataAccess = DataAccessKind.None, SystemDataAccess = SystemDataAccessKind.None, TableDefinition = "Value float"
See Also