Share via


CompositeLoaderEstimator<TSource,TLastTransformer>.Append<TNewTrans> Metodo

Definizione

Creare un nuovo strumento di stima del caricatore aggiungendo un altro strumento di stima alla fine di questo strumento di stima del caricatore.

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)

Parametri di tipo

TNewTrans

Parametri

estimator
IEstimator<TNewTrans>

Restituisce

CompositeLoaderEstimator<TSource,TNewTrans>

Si applica a