TextLoaderSaverCatalog クラス

定義

csv や DataOperationsCatalog tsv などの区切りテキスト ファイルから読み取るための拡張メソッドのコレクション。

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)

を使用してTextLoaderテキスト ファイルから a IDataView を読み込みます。 IDataView's は遅延であるため、ここでは実際の読み込みは行われません。スキーマの検証のみであることに注意してください。

LoadFromTextFile(DataOperationsCatalog, String, TextLoader+Options)

を使用してTextLoaderテキスト ファイルから a IDataView を読み込みます。 IDataView's は遅延であるため、ここでは実際の読み込みは行われません。スキーマの検証のみであることに注意してください。

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

を使用してTextLoaderテキスト ファイルから a IDataView を読み込みます。 IDataView's は遅延であるため、ここでは実際の読み込みは行われません。スキーマの検証のみであることに注意してください。

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

を使用してTextLoaderテキスト ファイルから a IDataView を読み込みます。 IDataView's は遅延であるため、ここでは実際の読み込みは行われません。スキーマの検証のみであることに注意してください。

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

テキストとして保存します IDataView

適用対象