SweepableExtension.Append メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Append(SweepableEstimator, SweepableEstimator[])
public static Microsoft.ML.AutoML.SweepablePipeline Append (this Microsoft.ML.AutoML.SweepableEstimator estimator, params Microsoft.ML.AutoML.SweepableEstimator[] estimators);
static member Append : Microsoft.ML.AutoML.SweepableEstimator * Microsoft.ML.AutoML.SweepableEstimator[] -> Microsoft.ML.AutoML.SweepablePipeline
<Extension()>
Public Function Append (estimator As SweepableEstimator, ParamArray estimators As SweepableEstimator()) As SweepablePipeline
パラメーター
- estimator
- SweepableEstimator
- estimators
- SweepableEstimator[]
戻り値
適用対象
Append(SweepableEstimator, SweepablePipeline)
public static Microsoft.ML.AutoML.SweepablePipeline Append (this Microsoft.ML.AutoML.SweepableEstimator estimator, Microsoft.ML.AutoML.SweepablePipeline estimator1);
static member Append : Microsoft.ML.AutoML.SweepableEstimator * Microsoft.ML.AutoML.SweepablePipeline -> Microsoft.ML.AutoML.SweepablePipeline
<Extension()>
Public Function Append (estimator As SweepableEstimator, estimator1 As SweepablePipeline) As SweepablePipeline
パラメーター
- estimator
- SweepableEstimator
- estimator1
- SweepablePipeline
戻り値
適用対象
Append(SweepableEstimator, IEstimator<ITransformer>)
public static Microsoft.ML.AutoML.SweepablePipeline Append (this Microsoft.ML.AutoML.SweepableEstimator estimator, Microsoft.ML.IEstimator<Microsoft.ML.ITransformer> estimator1);
static member Append : Microsoft.ML.AutoML.SweepableEstimator * Microsoft.ML.IEstimator<Microsoft.ML.ITransformer> -> Microsoft.ML.AutoML.SweepablePipeline
<Extension()>
Public Function Append (estimator As SweepableEstimator, estimator1 As IEstimator(Of ITransformer)) As SweepablePipeline
パラメーター
- estimator
- SweepableEstimator
- estimator1
- IEstimator<ITransformer>
戻り値
適用対象
Append(SweepablePipeline, IEstimator<ITransformer>)
public static Microsoft.ML.AutoML.SweepablePipeline Append (this Microsoft.ML.AutoML.SweepablePipeline pipeline, Microsoft.ML.IEstimator<Microsoft.ML.ITransformer> estimator);
static member Append : Microsoft.ML.AutoML.SweepablePipeline * Microsoft.ML.IEstimator<Microsoft.ML.ITransformer> -> Microsoft.ML.AutoML.SweepablePipeline
<Extension()>
Public Function Append (pipeline As SweepablePipeline, estimator As IEstimator(Of ITransformer)) As SweepablePipeline
パラメーター
- pipeline
- SweepablePipeline
- estimator
- IEstimator<ITransformer>
戻り値
適用対象
Append(IEstimator<ITransformer>, SweepableEstimator)
public static Microsoft.ML.AutoML.SweepablePipeline Append (this Microsoft.ML.IEstimator<Microsoft.ML.ITransformer> estimator, Microsoft.ML.AutoML.SweepableEstimator estimator1);
static member Append : Microsoft.ML.IEstimator<Microsoft.ML.ITransformer> * Microsoft.ML.AutoML.SweepableEstimator -> Microsoft.ML.AutoML.SweepablePipeline
<Extension()>
Public Function Append (estimator As IEstimator(Of ITransformer), estimator1 As SweepableEstimator) As SweepablePipeline
パラメーター
- estimator
- IEstimator<ITransformer>
- estimator1
- SweepableEstimator
戻り値
適用対象
Append(IEstimator<ITransformer>, SweepableEstimator[])
public static Microsoft.ML.AutoML.SweepablePipeline Append (this Microsoft.ML.IEstimator<Microsoft.ML.ITransformer> estimator, params Microsoft.ML.AutoML.SweepableEstimator[] estimators);
static member Append : Microsoft.ML.IEstimator<Microsoft.ML.ITransformer> * Microsoft.ML.AutoML.SweepableEstimator[] -> Microsoft.ML.AutoML.SweepablePipeline
<Extension()>
Public Function Append (estimator As IEstimator(Of ITransformer), ParamArray estimators As SweepableEstimator()) As SweepablePipeline
パラメーター
- estimator
- IEstimator<ITransformer>
- estimators
- SweepableEstimator[]
戻り値
適用対象
Append(IEstimator<ITransformer>, SweepablePipeline)
public static Microsoft.ML.AutoML.SweepablePipeline Append (this Microsoft.ML.IEstimator<Microsoft.ML.ITransformer> estimator, Microsoft.ML.AutoML.SweepablePipeline pipeline);
static member Append : Microsoft.ML.IEstimator<Microsoft.ML.ITransformer> * Microsoft.ML.AutoML.SweepablePipeline -> Microsoft.ML.AutoML.SweepablePipeline
<Extension()>
Public Function Append (estimator As IEstimator(Of ITransformer), pipeline As SweepablePipeline) As SweepablePipeline
パラメーター
- estimator
- IEstimator<ITransformer>
- pipeline
- SweepablePipeline