SweepableExtension.Append Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
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
Parametry
- estimator
- SweepableEstimator
- estimators
- SweepableEstimator[]
Návraty
Platí pro
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
Parametry
- estimator
- SweepableEstimator
- estimator1
- SweepablePipeline
Návraty
Platí pro
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
Parametry
- estimator
- SweepableEstimator
- estimator1
- IEstimator<ITransformer>
Návraty
Platí pro
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
Parametry
- pipeline
- SweepablePipeline
- estimator
- IEstimator<ITransformer>
Návraty
Platí pro
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
Parametry
- estimator
- IEstimator<ITransformer>
- estimator1
- SweepableEstimator
Návraty
Platí pro
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
Parametry
- estimator
- IEstimator<ITransformer>
- estimators
- SweepableEstimator[]
Návraty
Platí pro
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
Parametry
- estimator
- IEstimator<ITransformer>
- pipeline
- SweepablePipeline