TransformerChain<TLastTransformer>.Append<TNewLast> 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.TransformerChain<TNewLast> Append<TNewLast> (TNewLast transformer, Microsoft.ML.Data.TransformerScope scope = Microsoft.ML.Data.TransformerScope.Everything) where TNewLast : class, Microsoft.ML.ITransformer;
member this.Append : 'NewLast * Microsoft.ML.Data.TransformerScope -> Microsoft.ML.Data.TransformerChain<'NewLast (requires 'NewLast : null and 'NewLast :> Microsoft.ML.ITransformer)> (requires 'NewLast : null and 'NewLast :> Microsoft.ML.ITransformer)
Public Function Append(Of TNewLast As {Class, ITransformer}) (transformer As TNewLast, Optional scope As TransformerScope = Microsoft.ML.Data.TransformerScope.Everything) As TransformerChain(Of TNewLast)
Type Parameters
- TNewLast
Parameters
- transformer
- TNewLast
- scope
- TransformerScope
Returns
TransformerChain<TNewLast>