Aracılığıyla paylaş


CompositeLoaderEstimator<TSource,TLastTransformer>.Append<TNewTrans> Yöntem

Tanım

Bu yükleyici tahmin aracının sonuna başka bir tahmin aracı ekleyerek yeni bir yükleyici tahmin aracı oluşturun.

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)

Tür Parametreleri

TNewTrans

Parametreler

estimator
IEstimator<TNewTrans>

Döndürülenler

CompositeLoaderEstimator<TSource,TNewTrans>

Şunlara uygulanır