Share via


PlattCalibratorTransformer 類別

定義

public sealed class PlattCalibratorTransformer : Microsoft.ML.Calibrators.CalibratorTransformer<Microsoft.ML.Calibrators.PlattCalibrator>
type PlattCalibratorTransformer = class
    inherit CalibratorTransformer<PlattCalibrator>
Public NotInheritable Class PlattCalibratorTransformer
Inherits CalibratorTransformer(Of PlattCalibrator)
繼承

方法

GetOutputSchema(DataViewSchema)

透過 ITransformerFixedPlattCalibratorEstimator 型 或 取得的實作 PlattCalibratorEstimator

(繼承來源 RowToRowTransformerBase)
Transform(IDataView)

透過 ITransformerFixedPlattCalibratorEstimator 型 或 取得的實作 PlattCalibratorEstimator

(繼承來源 RowToRowTransformerBase)

明確介面實作

ICanSaveModel.Save(ModelSaveContext)

透過 ITransformerFixedPlattCalibratorEstimator 型 或 取得的實作 PlattCalibratorEstimator

(繼承來源 RowToRowTransformerBase)
IPredictionTransformer<TICalibrator>.Model

透過 ITransformerFixedPlattCalibratorEstimator 型 或 取得的實作 PlattCalibratorEstimator

(繼承來源 CalibratorTransformer<TICalibrator>)
ISingleFeaturePredictionTransformer<TICalibrator>.FeatureColumnName

透過 ITransformerFixedPlattCalibratorEstimator 型 或 取得的實作 PlattCalibratorEstimator

(繼承來源 CalibratorTransformer<TICalibrator>)
ISingleFeaturePredictionTransformer<TICalibrator>.FeatureColumnType

透過 ITransformerFixedPlattCalibratorEstimator 型 或 取得的實作 PlattCalibratorEstimator

(繼承來源 CalibratorTransformer<TICalibrator>)
ITransformer.GetRowToRowMapper(DataViewSchema)

透過 ITransformerFixedPlattCalibratorEstimator 型 或 取得的實作 PlattCalibratorEstimator

(繼承來源 RowToRowTransformerBase)
ITransformer.IsRowToRowMapper

透過 ITransformerFixedPlattCalibratorEstimator 型 或 取得的實作 PlattCalibratorEstimator

(繼承來源 CalibratorTransformer<TICalibrator>)

擴充方法

Preview(ITransformer, IDataView, Int32)

預覽在指定 datatransformer 的效果。

Append<TTrans>(ITransformer, TTrans)

藉由將另一個轉換器附加至此轉換器鏈結的結尾,以建立新的轉換器鏈結。

CreateTimeSeriesEngine<TSrc,TDst>(ITransformer, IHostEnvironment, PredictionEngineOptions)

TimeSeriesPredictionEngine<TSrc,TDst> 會建立時間序列管線的預測引擎。 它會使用預測階段所見的觀察來更新時間序列模型的狀態,並允許檢查模型檢查點。

CreateTimeSeriesEngine<TSrc,TDst>(ITransformer, IHostEnvironment, Boolean, SchemaDefinition, SchemaDefinition)

TimeSeriesPredictionEngine<TSrc,TDst> 會建立時間序列管線的預測引擎。 它會使用預測階段所見的觀察來更新時間序列模型的狀態,並允許檢查模型檢查點。

適用於