共用方式為


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

適用於