Partager via


CompositeLoaderEstimator<TSource,TLastTransformer>.Append<TNewTrans> Méthode

Définition

Créez un estimateur de chargeur en ajoutant un autre estimateur à la fin de cet estimateur de chargeur.

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)

Paramètres de type

TNewTrans

Paramètres

estimator
IEstimator<TNewTrans>

Retours

CompositeLoaderEstimator<TSource,TNewTrans>

S’applique à