共用方式為


SweepableEstimator 類別

定義

具有搜尋空間的估算器。

[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()

具有搜尋空間的估算器。

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>)

具有搜尋空間的估算器。

適用於