SweepablePipeline.Append 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public Microsoft.ML.AutoML.SweepablePipeline Append (params Microsoft.ML.AutoML.ISweepable<Microsoft.ML.IEstimator<Microsoft.ML.ITransformer>>[] sweepables);
member this.Append : Microsoft.ML.AutoML.ISweepable<Microsoft.ML.IEstimator<Microsoft.ML.ITransformer>>[] -> Microsoft.ML.AutoML.SweepablePipeline
Public Function Append (ParamArray sweepables As ISweepable(Of IEstimator(Of ITransformer))()) As SweepablePipeline
参数
- sweepables
- ISweepable<IEstimator<ITransformer>>[]