TransformerChain<TLastTransformer>.Append<TNewLast> Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres de type
- TNewLast
Paramètres
- transformer
- TNewLast
- scope
- TransformerScope
Retours
TransformerChain<TNewLast>