Click or drag to resize

GraphDecodeCSV Method

http://www.emgu.com
DecodeCSV

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation DecodeCSV(
	Output records,
	Output record_defaults,
	string field_delim = null,
	bool use_quote_delim = true,
	string na_value = null,
	long[] select_cols = null,
	string opName = "DecodeCSV"
)

Parameters

records
Type: Emgu.TFOutput
Input to the operation.
record_defaults
Type: Emgu.TFOutput
Input to the operation.
field_delim (Optional)
Type: SystemString
field delim
use_quote_delim (Optional)
Type: SystemBoolean
use quote delim
na_value (Optional)
Type: SystemString
na value
select_cols (Optional)
Type: SystemInt64
select cols
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also