다음을 통해 공유


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>

적용 대상