Click or drag to resize

GraphRaggedFillEmptyRows Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
Syntax
public Operation RaggedFillEmptyRows(
	Output value_rowids,
	Output values,
	Output nrows,
	Output default_value,
	string opName = "RaggedFillEmptyRows"
)

Parameters

value_rowids
Type: Emgu.TFOutput
Input to the operation.
values
Type: Emgu.TFOutput
Input to the operation.
nrows
Type: Emgu.TFOutput
Input to the operation.
default_value
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] output_value_rowids(type: DtInt64). [1] output_values(type: DtInvalid). [2] empty_row_indicator(type: DtBool). [3] reverse_index_map(type: DtInt64).
See Also