RunDetail.Estimator 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示此執行中管線的 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> 重新定型管線。