共用方式為


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> 重新定型管線。

適用於