RankingExperimentSettings 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public sealed class RankingExperimentSettings : Microsoft.ML.AutoML.ExperimentSettings
type RankingExperimentSettings = class
inherit ExperimentSettings
Public NotInheritable Class RankingExperimentSettings
Inherits ExperimentSettings
- 繼承
建構函式
RankingExperimentSettings() |
初始化 RankingExperimentSettings 的新執行個體。 |
欄位
MaxModels | (繼承來源 ExperimentSettings) |
屬性
CacheBeforeTrainer |
AutoML 是否應該在 ML.NET 定型器之前快取。 如需快取的詳細資訊,請參閱 WantCaching 。 (繼承來源 ExperimentSettings) |
CacheDirectoryName |
這是在 AutoML 實驗期間定型的所有模型都會儲存的目錄名稱。
如果 |
CancellationToken |
AutoML 實驗的取消權杖。 它會傳播應該取消實驗的通知。 (繼承來源 ExperimentSettings) |
MaxExperimentTimeInSeconds |
允許實驗執行的秒數上限。 (繼承來源 ExperimentSettings) |
MaximumMemoryUsageInMegaByte | (繼承來源 ExperimentSettings) |
OptimizationMetricTruncationLevel |
計算 (N) DCG 的最大截斷層級 |
OptimizingMetric |
AutoML 嘗試在實驗過程中優化的計量。 |
Trainers |
AutoML 實驗可以運用的定型器集合。 |