TransformerChain<TLastTransformer>.Append<TNewLast> 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public Microsoft.ML.Data.TransformerChain<TNewLast> Append<TNewLast> (TNewLast transformer, Microsoft.ML.Data.TransformerScope scope = Microsoft.ML.Data.TransformerScope.Everything) where TNewLast : class, Microsoft.ML.ITransformer;
member this.Append : 'NewLast * Microsoft.ML.Data.TransformerScope -> Microsoft.ML.Data.TransformerChain<'NewLast (requires 'NewLast : null and 'NewLast :> Microsoft.ML.ITransformer)> (requires 'NewLast : null and 'NewLast :> Microsoft.ML.ITransformer)
Public Function Append(Of TNewLast As {Class, ITransformer}) (transformer As TNewLast, Optional scope As TransformerScope = Microsoft.ML.Data.TransformerScope.Everything) As TransformerChain(Of TNewLast)
類型參數
- TNewLast
參數
- transformer
- TNewLast
- scope
- TransformerScope
傳回
TransformerChain<TNewLast>