Click or drag to resize

GraphOneHot Method

https://www.emgu.com/wiki/index.php/Emgu_TF
OneHot

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation OneHot(
	Output indices,
	Output depth,
	Output on_value,
	Output off_value,
	long axis = -1,
	string opName = "OneHot"
)

Parameters

indices
Type: Emgu.TFOutput
Input to the operation.
depth
Type: Emgu.TFOutput
Input to the operation.
on_value
Type: Emgu.TFOutput
Input to the operation.
off_value
Type: Emgu.TFOutput
Input to the operation.
axis (Optional)
Type: SystemInt64
axis
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] output(type: DtInvalid).
See Also