次の方法で共有


RankingExperimentSettings.Trainers プロパティ

定義

AutoML 実験で活用できるトレーナーのコレクション。

public System.Collections.Generic.ICollection<Microsoft.ML.AutoML.RankingTrainer> Trainers { get; }
member this.Trainers : System.Collections.Generic.ICollection<Microsoft.ML.AutoML.RankingTrainer>
Public ReadOnly Property Trainers As ICollection(Of RankingTrainer)

プロパティ値

既定値は、使用可能なすべてのトレーナー (すべての値 RankingTrainer) が自動的に設定されたコレクションです。

適用対象