次の方法で共有


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使用できます。

適用対象