共用方式為


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

適用於