EstimatorChain<TLastTransformer>.Append<TNewTrans> Method

Definition

public Microsoft.ML.Data.EstimatorChain<TNewTrans> Append<TNewTrans> (Microsoft.ML.IEstimator<TNewTrans> estimator, Microsoft.ML.Data.TransformerScope scope = Microsoft.ML.Data.TransformerScope.Everything) where TNewTrans : class, Microsoft.ML.ITransformer;
member this.Append : Microsoft.ML.IEstimator<'NewTrans (requires 'NewTrans : null and 'NewTrans :> Microsoft.ML.ITransformer)> * Microsoft.ML.Data.TransformerScope -> Microsoft.ML.Data.EstimatorChain<'NewTrans (requires 'NewTrans : null and 'NewTrans :> Microsoft.ML.ITransformer)> (requires 'NewTrans : null and 'NewTrans :> Microsoft.ML.ITransformer)
Public Function Append(Of TNewTrans As {Class, ITransformer}) (estimator As IEstimator(Of TNewTrans), Optional scope As TransformerScope = Microsoft.ML.Data.TransformerScope.Everything) As EstimatorChain(Of TNewTrans)

Type Parameters

TNewTrans

Parameters

estimator
IEstimator<TNewTrans>

Returns

EstimatorChain<TNewTrans>

Applies to