CompositeLoaderEstimator<TSource,TLastTransformer> Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- start
- IDataLoaderEstimator<TSource,IDataLoader<TSource>>
- estimatorChain
- EstimatorChain<TLastTransformer>