EstimatorChain<TLastTransformer>.Append<TNewTrans> 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.
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>
- scope
- TransformerScope
Returns
EstimatorChain<TNewTrans>