Condividi tramite


PlattCalibratorTransformer Classe

Definizione

Implementazione ITransformer ottenuta dal training di un FixedPlattCalibratorEstimator oggetto o da un PlattCalibratorEstimatoroggetto .

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)
Ereditarietà

Metodi

GetOutputSchema(DataViewSchema)

Implementazione ITransformer ottenuta dal training di un FixedPlattCalibratorEstimator oggetto o da un PlattCalibratorEstimatoroggetto .

(Ereditato da RowToRowTransformerBase)
Transform(IDataView)

Implementazione ITransformer ottenuta dal training di un FixedPlattCalibratorEstimator oggetto o da un PlattCalibratorEstimatoroggetto .

(Ereditato da RowToRowTransformerBase)

Implementazioni dell'interfaccia esplicita

ICanSaveModel.Save(ModelSaveContext)

Implementazione ITransformer ottenuta dal training di un FixedPlattCalibratorEstimator oggetto o da un PlattCalibratorEstimatoroggetto .

(Ereditato da RowToRowTransformerBase)
IPredictionTransformer<TICalibrator>.Model

Implementazione ITransformer ottenuta dal training di un FixedPlattCalibratorEstimator oggetto o da un PlattCalibratorEstimatoroggetto .

(Ereditato da CalibratorTransformer<TICalibrator>)
ISingleFeaturePredictionTransformer<TICalibrator>.FeatureColumnName

Implementazione ITransformer ottenuta dal training di un FixedPlattCalibratorEstimator oggetto o da un PlattCalibratorEstimatoroggetto .

(Ereditato da CalibratorTransformer<TICalibrator>)
ISingleFeaturePredictionTransformer<TICalibrator>.FeatureColumnType

Implementazione ITransformer ottenuta dal training di un FixedPlattCalibratorEstimator oggetto o da un PlattCalibratorEstimatoroggetto .

(Ereditato da CalibratorTransformer<TICalibrator>)
ITransformer.GetRowToRowMapper(DataViewSchema)

Implementazione ITransformer ottenuta dal training di un FixedPlattCalibratorEstimator oggetto o da un PlattCalibratorEstimatoroggetto .

(Ereditato da RowToRowTransformerBase)
ITransformer.IsRowToRowMapper

Implementazione ITransformer ottenuta dal training di un FixedPlattCalibratorEstimator oggetto o da un PlattCalibratorEstimatoroggetto .

(Ereditato da CalibratorTransformer<TICalibrator>)

Metodi di estensione

Preview(ITransformer, IDataView, Int32)

Visualizzare in anteprima un effetto dell'oggetto transformer su un determinato dataoggetto .

Append<TTrans>(ITransformer, TTrans)

Creare una nuova catena di trasformatori aggiungendo un altro trasformatore alla fine di questa catena di trasformatori.

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

TimeSeriesPredictionEngine<TSrc,TDst> crea un motore di stima per una pipeline di serie temporali. Aggiorna lo stato del modello di serie temporali con osservazioni viste in fase di stima e consente di checkpoint del modello.

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

TimeSeriesPredictionEngine<TSrc,TDst> crea un motore di stima per una pipeline di serie temporali. Aggiorna lo stato del modello di serie temporali con osservazioni viste in fase di stima e consente di checkpoint del modello.

Si applica a