TransformerChain<TLastTransformer>.Append<TNewLast> Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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)
Parametry typu
- TNewLast
Parametry
- transformer
- TNewLast
- scope
- TransformerScope
Návraty
TransformerChain<TNewLast>