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>

適用対象