Share via


PlattCalibratorTransformer 클래스

정의

ITransformer a 또는 a FixedPlattCalibratorEstimator 를 학습하여 얻은 구현입니다PlattCalibratorEstimator.

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 또는 a FixedPlattCalibratorEstimator 를 학습하여 얻은 구현입니다PlattCalibratorEstimator.

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

ITransformer a 또는 a FixedPlattCalibratorEstimator 를 학습하여 얻은 구현입니다PlattCalibratorEstimator.

(다음에서 상속됨 RowToRowTransformerBase)

명시적 인터페이스 구현

ICanSaveModel.Save(ModelSaveContext)

ITransformer a 또는 a FixedPlattCalibratorEstimator 를 학습하여 얻은 구현입니다PlattCalibratorEstimator.

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

ITransformer a 또는 a FixedPlattCalibratorEstimator 를 학습하여 얻은 구현입니다PlattCalibratorEstimator.

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

ITransformer a 또는 a FixedPlattCalibratorEstimator 를 학습하여 얻은 구현입니다PlattCalibratorEstimator.

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

ITransformer a 또는 a FixedPlattCalibratorEstimator 를 학습하여 얻은 구현입니다PlattCalibratorEstimator.

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

ITransformer a 또는 a FixedPlattCalibratorEstimator 를 학습하여 얻은 구현입니다PlattCalibratorEstimator.

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

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

적용 대상