SweepableExtension.Append Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- estimator
- SweepableEstimator
- estimators
- SweepableEstimator[]
Retours
S’applique à
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
Paramètres
- estimator
- SweepableEstimator
- estimator1
- SweepablePipeline
Retours
S’applique à
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
Paramètres
- estimator
- SweepableEstimator
- estimator1
- IEstimator<ITransformer>
Retours
S’applique à
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
Paramètres
- pipeline
- SweepablePipeline
- estimator
- IEstimator<ITransformer>
Retours
S’applique à
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
Paramètres
- estimator
- IEstimator<ITransformer>
- estimator1
- SweepableEstimator
Retours
S’applique à
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
Paramètres
- estimator
- IEstimator<ITransformer>
- estimators
- SweepableEstimator[]
Retours
S’applique à
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
Paramètres
- estimator
- IEstimator<ITransformer>
- pipeline
- SweepablePipeline