Udostępnij za pośrednictwem


PlattCalibratorTransformer Klasa

Definicja

Implementacja ITransformer uzyskana przez trenowanie klasy FixedPlattCalibratorEstimator lub 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)
Dziedziczenie

Metody

GetOutputSchema(DataViewSchema)

Implementacja ITransformer uzyskana przez trenowanie klasy FixedPlattCalibratorEstimator lub PlattCalibratorEstimator.

(Odziedziczone po RowToRowTransformerBase)
Transform(IDataView)

Implementacja ITransformer uzyskana przez trenowanie klasy FixedPlattCalibratorEstimator lub PlattCalibratorEstimator.

(Odziedziczone po RowToRowTransformerBase)

Jawne implementacje interfejsu

ICanSaveModel.Save(ModelSaveContext)

Implementacja ITransformer uzyskana przez trenowanie klasy FixedPlattCalibratorEstimator lub PlattCalibratorEstimator.

(Odziedziczone po RowToRowTransformerBase)
IPredictionTransformer<TICalibrator>.Model

Implementacja ITransformer uzyskana przez trenowanie klasy FixedPlattCalibratorEstimator lub PlattCalibratorEstimator.

(Odziedziczone po CalibratorTransformer<TICalibrator>)
ISingleFeaturePredictionTransformer<TICalibrator>.FeatureColumnName

Implementacja ITransformer uzyskana przez trenowanie klasy FixedPlattCalibratorEstimator lub PlattCalibratorEstimator.

(Odziedziczone po CalibratorTransformer<TICalibrator>)
ISingleFeaturePredictionTransformer<TICalibrator>.FeatureColumnType

Implementacja ITransformer uzyskana przez trenowanie klasy FixedPlattCalibratorEstimator lub PlattCalibratorEstimator.

(Odziedziczone po CalibratorTransformer<TICalibrator>)
ITransformer.GetRowToRowMapper(DataViewSchema)

Implementacja ITransformer uzyskana przez trenowanie klasy FixedPlattCalibratorEstimator lub PlattCalibratorEstimator.

(Odziedziczone po RowToRowTransformerBase)
ITransformer.IsRowToRowMapper

Implementacja ITransformer uzyskana przez trenowanie klasy FixedPlattCalibratorEstimator lub PlattCalibratorEstimator.

(Odziedziczone po CalibratorTransformer<TICalibrator>)

Metody rozszerzania

Preview(ITransformer, IDataView, Int32)

Podgląd wpływu transformer elementu na dany dataelement .

Append<TTrans>(ITransformer, TTrans)

Utwórz nowy łańcuch transformatorów, dołączając kolejny transformator na końcu tego łańcucha transformatorów.

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

TimeSeriesPredictionEngine<TSrc,TDst> tworzy aparat przewidywania dla potoku szeregów czasowych. Aktualizuje on stan modelu szeregów czasowych z obserwacjami widocznymi w fazie przewidywania i umożliwia punktowanie kontrolne modelu.

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

TimeSeriesPredictionEngine<TSrc,TDst> tworzy aparat przewidywania dla potoku szeregów czasowych. Aktualizuje on stan modelu szeregów czasowych z obserwacjami widocznymi w fazie przewidywania i umożliwia punktowanie kontrolne modelu.

Dotyczy