 | 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)
Syntaxpublic 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]
RemarksSoftMax table function.
Attributes
IsDeterministic = true, IsPrecise = true, DataAccess = DataAccessKind.None, SystemDataAccess = SystemDataAccessKind.None, TableDefinition = "Value float"
See Also