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)

使用 TextLoader a0/> 从文本文件加载 a IDataView . 请注意, IDataView这是懒惰的,所以这里没有实际加载,只是架构验证。

LoadFromTextFile(DataOperationsCatalog, String, TextLoader+Options)

使用 TextLoader a0/> 从文本文件加载 a IDataView . 请注意, IDataView这是懒惰的,所以这里没有实际加载,只是架构验证。

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

使用 TextLoader a0/> 从文本文件加载 a IDataView . 请注意, IDataView这是懒惰的,所以这里没有实际加载,只是架构验证。

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

使用 TextLoader a0/> 从文本文件加载 a IDataView . 请注意, IDataView这是懒惰的,所以这里没有实际加载,只是架构验证。

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

另存为 IDataView 文本。

适用于