CompositeLoaderEstimator<TSource,TLastTransformer> 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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>>
- estimatorChain
- EstimatorChain<TLastTransformer>