다음을 통해 공유


SweepablePipeline 클래스

정의

[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.ML.AutoML.SweepablePipelineConverter))]
public class SweepablePipeline : Microsoft.ML.AutoML.ISweepable<Microsoft.ML.Data.EstimatorChain<Microsoft.ML.ITransformer>>
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.ML.AutoML.SweepablePipelineConverter))>]
type SweepablePipeline = class
    interface ISweepable<EstimatorChain<ITransformer>>
    interface ISweepable
Public Class SweepablePipeline
Implements ISweepable(Of EstimatorChain(Of ITransformer))
상속
SweepablePipeline
특성
구현

속성

CurrentParameter
Estimators
SearchSpace

메서드

Append(ISweepable<IEstimator<ITransformer>>[])
BuildFromOption(MLContext, Parameter)
BuildSweepableEstimatorPipeline(String)
ToString(Parameter)

확장 메서드

Append(SweepablePipeline, IEstimator<ITransformer>)

적용 대상