SweepableExtension.Append Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- estimator
- SweepableEstimator
- estimators
- SweepableEstimator[]
Returns
Applies to
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
Parameters
- estimator
- SweepableEstimator
- estimator1
- SweepablePipeline
Returns
Applies to
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
Parameters
- estimator
- SweepableEstimator
- estimator1
- IEstimator<ITransformer>
Returns
Applies to
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
Parameters
- pipeline
- SweepablePipeline
- estimator
- IEstimator<ITransformer>
Returns
Applies to
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
Parameters
- estimator
- IEstimator<ITransformer>
- estimator1
- SweepableEstimator
Returns
Applies to
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
Parameters
- estimator
- IEstimator<ITransformer>
- estimators
- SweepableEstimator[]
Returns
Applies to
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
Parameters
- estimator
- IEstimator<ITransformer>
- pipeline
- SweepablePipeline