Click or drag to resize

GraphInitializeTableFromTextFile Method

http://www.emgu.com
InitializeTableFromTextFile

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation InitializeTableFromTextFile(
	Output table_handle,
	Output filename,
	long key_index,
	long value_index,
	long vocab_size = -1,
	string delimiter = null,
	string opName = "InitializeTableFromTextFile"
)

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
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.InitializeTableFromTextFile(Emgu.TF.Output,Emgu.TF.Output,System.Int64,System.Int64,System.Int64,System.String,System.String)"]

See Also