Sdílet prostřednictvím


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

Definice

Vytvořte nový estimátor zavaděče tak, že na konec tohoto zavaděče připojíte další estimátor.

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)

Parametry typu

TNewTrans

Parametry

estimator
IEstimator<TNewTrans>

Návraty

CompositeLoaderEstimator<TSource,TNewTrans>

Platí pro