EstimatorChain<TLastTransformer>.Append<TNewTrans> Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
public Microsoft.ML.Data.EstimatorChain<TNewTrans> Append<TNewTrans> (Microsoft.ML.IEstimator<TNewTrans> estimator, Microsoft.ML.Data.TransformerScope scope = Microsoft.ML.Data.TransformerScope.Everything) where TNewTrans : class, Microsoft.ML.ITransformer;
member this.Append : Microsoft.ML.IEstimator<'NewTrans (requires 'NewTrans : null and 'NewTrans :> Microsoft.ML.ITransformer)> * Microsoft.ML.Data.TransformerScope -> Microsoft.ML.Data.EstimatorChain<'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), Optional scope As TransformerScope = Microsoft.ML.Data.TransformerScope.Everything) As EstimatorChain(Of TNewTrans)
Jenis parameter
- TNewTrans
Parameter
- estimator
- IEstimator<TNewTrans>
- scope
- TransformerScope
Mengembalikan
EstimatorChain<TNewTrans>