Поделиться через


CompositeLoaderEstimator<TSource,TLastTransformer>.Append<TNewTrans> Метод

Определение

Создайте новый оценщик загрузчика, добавив еще один оценщик в конец этого оценщика.

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)

Параметры типа

TNewTrans

Параметры

estimator
IEstimator<TNewTrans>

Возвращаемое значение

CompositeLoaderEstimator<TSource,TNewTrans>

Применяется к