GraphCSVDataset Method |
Namespace: Emgu.TF
public Operation CSVDataset( Output filenames, Output compression_type, Output buffer_size, Output header, Output field_delim, Output use_quote_delim, Output na_value, Output select_cols, Output record_defaults, long[][] output_shapes, string opName = "CSVDataset" )
Public Function CSVDataset ( filenames As Output, compression_type As Output, buffer_size As Output, header As Output, field_delim As Output, use_quote_delim As Output, na_value As Output, select_cols As Output, record_defaults As Output, output_shapes As Long()(), Optional opName As String = "CSVDataset" ) As Operation
public: Operation^ CSVDataset( Output^ filenames, Output^ compression_type, Output^ buffer_size, Output^ header, Output^ field_delim, Output^ use_quote_delim, Output^ na_value, Output^ select_cols, Output^ record_defaults, array<array<long long>^>^ output_shapes, String^ opName = L"CSVDataset" )
member CSVDataset : filenames : Output * compression_type : Output * buffer_size : Output * header : Output * field_delim : Output * use_quote_delim : Output * na_value : Output * select_cols : Output * record_defaults : Output * output_shapes : int64[][] * ?opName : string (* Defaults: let _opName = defaultArg opName "CSVDataset" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,