ColumnInferenceResults.TextLoaderOptions 属性

定义

TextLoader.Options 数据集推断。

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Include)]
public Microsoft.ML.Data.TextLoader.Options TextLoaderOptions { get; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Include)>]
member this.TextLoaderOptions : Microsoft.ML.Data.TextLoader.Options
Public ReadOnly Property TextLoaderOptions As TextLoader.Options

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

注解

可用于实例化新 TextLoader 数据以将数据加载到一个 IDataView

适用于