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

具有搜索空间的估算器。

适用于