IsotonicCalibratorTransformer 类

定义

public sealed class IsotonicCalibratorTransformer : Microsoft.ML.Calibrators.CalibratorTransformer<Microsoft.ML.Calibrators.IsotonicCalibrator>
type IsotonicCalibratorTransformer = class
    inherit CalibratorTransformer<IsotonicCalibrator>
Public NotInheritable Class IsotonicCalibratorTransformer
Inherits CalibratorTransformer(Of IsotonicCalibrator)
继承

方法

GetOutputSchema(DataViewSchema)

通过 ITransformer 训练 a IsotonicCalibratorEstimator

(继承自 RowToRowTransformerBase)
Transform(IDataView)

通过 ITransformer 训练 a IsotonicCalibratorEstimator

(继承自 RowToRowTransformerBase)

显式接口实现

ICanSaveModel.Save(ModelSaveContext)

通过 ITransformer 训练 a IsotonicCalibratorEstimator

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

通过 ITransformer 训练 a IsotonicCalibratorEstimator

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

通过 ITransformer 训练 a IsotonicCalibratorEstimator

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

通过 ITransformer 训练 a IsotonicCalibratorEstimator

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

通过 ITransformer 训练 a IsotonicCalibratorEstimator

(继承自 RowToRowTransformerBase)
ITransformer.IsRowToRowMapper

通过 ITransformer 训练 a IsotonicCalibratorEstimator

(继承自 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> 为时序管道创建预测引擎。 它使用预测阶段看到的观察结果更新时序模型的状态,并允许对模型进行检查点。

适用于