RunDetail.Estimator 属性

定义

表示此运行中的管道的 ML.NET IEstimator<TTransformer>

public Microsoft.ML.IEstimator<Microsoft.ML.ITransformer> Estimator { get; }
member this.Estimator : Microsoft.ML.IEstimator<Microsoft.ML.ITransformer>
Public ReadOnly Property Estimator As IEstimator(Of ITransformer)

属性值

注解

可以调用 Fit(IDataView) 此估算器对任何管道 IEstimator<TTransformer>重新训练管道。

适用于