SweepableEstimator 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
具有搜尋空間的估算器。
[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.ML.AutoML.SweepableEstimatorConverter))]
public class SweepableEstimator : Microsoft.ML.AutoML.Estimator, Microsoft.ML.AutoML.ISweepable<Microsoft.ML.IEstimator<Microsoft.ML.ITransformer>>
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.ML.AutoML.SweepableEstimatorConverter))>]
type SweepableEstimator = class
inherit Estimator
interface ISweepable<IEstimator<ITransformer>>
interface ISweepable
Public Class SweepableEstimator
Inherits Estimator
Implements ISweepable(Of IEstimator(Of ITransformer))
- 繼承
- 屬性
- 實作
建構函式
SweepableEstimator() |
具有搜尋空間的估算器。 |
SweepableEstimator(Func<MLContext,Parameter,IEstimator<ITransformer>>, SearchSpace) |
具有搜尋空間的估算器。 |
屬性
EstimatorType |
具有搜尋空間的估算器。 (繼承來源 Estimator) |
Parameter |
具有搜尋空間的估算器。 (繼承來源 Estimator) |
SearchSpace |
具有搜尋空間的估算器。 |
方法
BuildFromOption(MLContext, Parameter) |
具有搜尋空間的估算器。 |
擴充方法
Append(SweepableEstimator, SweepableEstimator[]) |
具有搜尋空間的估算器。 |
Append(SweepableEstimator, SweepablePipeline) |
具有搜尋空間的估算器。 |
Append(SweepableEstimator, IEstimator<ITransformer>) |
具有搜尋空間的估算器。 |