TextLoaderSaverCatalog 類別

定義

要從 csv 和 tsv 等分隔文字檔讀取之 的擴充方法 DataOperationsCatalog 集合。

public static class TextLoaderSaverCatalog
type TextLoaderSaverCatalog = class
Public Module TextLoaderSaverCatalog
繼承
TextLoaderSaverCatalog

方法

CreateTextLoader(DataOperationsCatalog, TextLoader+Column[], Char, Boolean, IMultiStreamSource, Boolean, Boolean, Boolean)

建立文字載入器 TextLoader

CreateTextLoader(DataOperationsCatalog, TextLoader+Options, IMultiStreamSource)

建立文字載入器 TextLoader

CreateTextLoader<TInput>(DataOperationsCatalog, Char, Boolean, IMultiStreamSource, Boolean, Boolean, Boolean)

從資料模型類型推斷資料集架構,以建立文字載入器 TextLoader

CreateTextLoader<TInput>(DataOperationsCatalog, TextLoader+Options, IMultiStreamSource)

從資料模型類型推斷資料集架構,以建立文字載入器 TextLoader

LoadFromTextFile(DataOperationsCatalog, String, TextLoader+Column[], Char, Boolean, Boolean, Boolean, Boolean)

IDataView使用 TextLoader 從文字檔載入 。 請注意, IDataView 's 是延遲的,因此此處不會發生任何實際的載入,只是架構驗證。

LoadFromTextFile(DataOperationsCatalog, String, TextLoader+Options)

IDataView使用 TextLoader 從文字檔載入 。 請注意, IDataView 's 是延遲的,因此此處不會發生任何實際的載入,只是架構驗證。

LoadFromTextFile<TInput>(DataOperationsCatalog, String, Char, Boolean, Boolean, Boolean, Boolean)

IDataView使用 TextLoader 從文字檔載入 。 請注意, IDataView 's 是延遲的,因此此處不會發生任何實際的載入,只是架構驗證。

LoadFromTextFile<TInput>(DataOperationsCatalog, String, TextLoader+Options)

IDataView使用 TextLoader 從文字檔載入 。 請注意, IDataView 's 是延遲的,因此此處不會發生任何實際的載入,只是架構驗證。

SaveAsText(DataOperationsCatalog, IDataView, Stream, Char, Boolean, Boolean, Boolean, Boolean)

IDataView 存成文字。

適用於