次の方法で共有


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

検索スペースを持つエスティメーター。

適用対象