Click or drag to resize
sqx

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)
Syntax
C#
public static IEnumerator SoftMaxVectorTable(
	SqlDouble Value,
	Vector SoftMaxSummary
)

Parameters

Value
Type: System.Data.SqlTypesSqlDouble
[float]
SoftMaxSummary
Type: sqxVector
[Vector]

Return Value

Type: IEnumerator
[table]
Remarks
SoftMax Vector table function.

Attributes

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