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>) |
具有搜索空间的估算器。 |