TransformerChain<TLastTransformer>.Append<TNewLast> Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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)
Parametri di tipo
- TNewLast
Parametri
- transformer
- TNewLast
- scope
- TransformerScope
Restituisce
TransformerChain<TNewLast>