Click or drag to resize

GraphInitializeTableFromTextFileV2 Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation InitializeTableFromTextFileV2(
	Output table_handle,
	Output filename,
	long key_index,
	long value_index,
	long vocab_size = -1,
	string delimiter = null,
	long offset = 0,
	string opName = "InitializeTableFromTextFileV2"
)

Parameters

table_handle
Type: Emgu.TFOutput
Input to the operation.
filename
Type: Emgu.TFOutput
Input to the operation.
key_index
Type: SystemInt64
key index
value_index
Type: SystemInt64
value index
vocab_size (Optional)
Type: SystemInt64
vocab size
delimiter (Optional)
Type: SystemString
delimiter
offset (Optional)
Type: SystemInt64
offset
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation.
See Also