CompositeLoaderEstimator<TSource,TLastTransformer> Konstruktor
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
public CompositeLoaderEstimator (Microsoft.ML.IDataLoaderEstimator<TSource,Microsoft.ML.IDataLoader<TSource>> start, Microsoft.ML.Data.EstimatorChain<TLastTransformer> estimatorChain = default);
new Microsoft.ML.Data.CompositeLoaderEstimator<'Source, 'LastTransformer (requires 'LastTransformer : null and 'LastTransformer :> Microsoft.ML.ITransformer)> : Microsoft.ML.IDataLoaderEstimator<'Source, Microsoft.ML.IDataLoader<'Source>> * Microsoft.ML.Data.EstimatorChain<'LastTransformer (requires 'LastTransformer : null and 'LastTransformer :> Microsoft.ML.ITransformer)> -> Microsoft.ML.Data.CompositeLoaderEstimator<'Source, 'LastTransformer (requires 'LastTransformer : null and 'LastTransformer :> Microsoft.ML.ITransformer)>
Public Sub New (start As IDataLoaderEstimator(Of TSource, IDataLoader(Of TSource)), Optional estimatorChain As EstimatorChain(Of TLastTransformer) = Nothing)
Parametry
- start
- IDataLoaderEstimator<TSource,IDataLoader<TSource>>
- estimatorChain
- EstimatorChain<TLastTransformer>