CompositeLoaderEstimator<TSource,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.
Create a new loader estimator, by appending another estimator to the end of this loader estimator.
public Microsoft.ML.Data.CompositeLoaderEstimator<TSource,TNewTrans> Append<TNewTrans> (Microsoft.ML.IEstimator<TNewTrans> estimator) where TNewTrans : class, Microsoft.ML.ITransformer;
member this.Append : Microsoft.ML.IEstimator<'NewTrans (requires 'NewTrans : null and 'NewTrans :> Microsoft.ML.ITransformer)> -> Microsoft.ML.Data.CompositeLoaderEstimator<'Source, '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)) As CompositeLoaderEstimator(Of TSource, TNewTrans)
Type Parameters
- TNewTrans
Parameters
- estimator
- IEstimator<TNewTrans>
Returns
CompositeLoaderEstimator<TSource,TNewTrans>