Share via


IsotonicCalibratorTransformer 클래스

정의

ITransformer 학습하여 얻은 구현 IsotonicCalibratorEstimator

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 학습하여 얻은 구현 IsotonicCalibratorEstimator

(다음에서 상속됨 RowToRowTransformerBase)
Transform(IDataView)

ITransformer 학습하여 얻은 구현 IsotonicCalibratorEstimator

(다음에서 상속됨 RowToRowTransformerBase)

명시적 인터페이스 구현

ICanSaveModel.Save(ModelSaveContext)

ITransformer 학습하여 얻은 구현 IsotonicCalibratorEstimator

(다음에서 상속됨 RowToRowTransformerBase)
IPredictionTransformer<TICalibrator>.Model

ITransformer 학습하여 얻은 구현 IsotonicCalibratorEstimator

(다음에서 상속됨 CalibratorTransformer<TICalibrator>)
ISingleFeaturePredictionTransformer<TICalibrator>.FeatureColumnName

ITransformer 학습하여 얻은 구현 IsotonicCalibratorEstimator

(다음에서 상속됨 CalibratorTransformer<TICalibrator>)
ISingleFeaturePredictionTransformer<TICalibrator>.FeatureColumnType

ITransformer 학습하여 얻은 구현 IsotonicCalibratorEstimator

(다음에서 상속됨 CalibratorTransformer<TICalibrator>)
ITransformer.GetRowToRowMapper(DataViewSchema)

ITransformer 학습하여 얻은 구현 IsotonicCalibratorEstimator

(다음에서 상속됨 RowToRowTransformerBase)
ITransformer.IsRowToRowMapper

ITransformer 학습하여 얻은 구현 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> 는 시계열 파이프라인에 대한 예측 엔진을 만듭니다. 예측 단계에서 볼 수 있는 관찰을 사용하여 시계열 모델의 상태를 업데이트하고 모델 검사점 지정을 허용합니다.

적용 대상