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)

ITransformer通过训练 a FixedPlattCalibratorEstimator 或 a PlattCalibratorEstimator获取的实现。

(继承自 RowToRowTransformerBase)
Transform(IDataView)

ITransformer通过训练 a FixedPlattCalibratorEstimator 或 a PlattCalibratorEstimator获取的实现。

(继承自 RowToRowTransformerBase)

显式接口实现

ICanSaveModel.Save(ModelSaveContext)

ITransformer通过训练 a FixedPlattCalibratorEstimator 或 a PlattCalibratorEstimator获取的实现。

(继承自 RowToRowTransformerBase)
IPredictionTransformer<TICalibrator>.Model

ITransformer通过训练 a FixedPlattCalibratorEstimator 或 a PlattCalibratorEstimator获取的实现。

(继承自 CalibratorTransformer<TICalibrator>)
ISingleFeaturePredictionTransformer<TICalibrator>.FeatureColumnName

ITransformer通过训练 a FixedPlattCalibratorEstimator 或 a PlattCalibratorEstimator获取的实现。

(继承自 CalibratorTransformer<TICalibrator>)
ISingleFeaturePredictionTransformer<TICalibrator>.FeatureColumnType

ITransformer通过训练 a FixedPlattCalibratorEstimator 或 a PlattCalibratorEstimator获取的实现。

(继承自 CalibratorTransformer<TICalibrator>)
ITransformer.GetRowToRowMapper(DataViewSchema)

ITransformer通过训练 a FixedPlattCalibratorEstimator 或 a PlattCalibratorEstimator获取的实现。

(继承自 RowToRowTransformerBase)
ITransformer.IsRowToRowMapper

ITransformer通过训练 a FixedPlattCalibratorEstimator 或 a PlattCalibratorEstimator获取的实现。

(继承自 CalibratorTransformer<TICalibrator>)

扩展方法

Preview(ITransformer, IDataView, Int32)

预览给定data效果transformer

Append<TTrans>(ITransformer, TTrans)

通过将另一个转换器追加到此转换器链的末尾,创建新的转换器链。

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

TimeSeriesPredictionEngine<TSrc,TDst> 为时序管道创建预测引擎。 它使用预测阶段看到的观察结果更新时序模型的状态,并允许检查点模型。

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

TimeSeriesPredictionEngine<TSrc,TDst> 为时序管道创建预测引擎。 它使用预测阶段看到的观察结果更新时序模型的状态,并允许检查点模型。

适用于