 | SQXSoftMaxVectorTable Method |
Function [table] SoftMaxVectorTable([float] Value, [Vector] SoftMaxSummary)
(Transformation)
Namespace:
sqx
Assembly:
SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntaxpublic static IEnumerator SoftMaxVectorTable(
SqlDouble Value,
Vector SoftMaxSummary
)
Parameters
- Value
- Type: System.Data.SqlTypesSqlDouble
[float] - SoftMaxSummary
- Type: sqxVector
[Vector]
Return Value
Type:
IEnumerator[table]
RemarksSoftMax Vector table function.
Attributes
IsDeterministic = true, IsPrecise = true, DataAccess = DataAccessKind.None, SystemDataAccess = SystemDataAccessKind.None, TableDefinition = "Value float"
See Also