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>) |
検索スペースを持つエスティメーター。 |