CompositeLoaderEstimator<TSource,TLastTransformer> 建構函式

定義

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)

參數

start
IDataLoaderEstimator<TSource,IDataLoader<TSource>>

適用於