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