PredictionTransformerBase<TModel> Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for transformers with no feature column, or more than one feature columns.
public abstract class PredictionTransformerBase<TModel> : IDisposable, Microsoft.ML.IPredictionTransformer<TModel>, Microsoft.ML.ITransformer where TModel : class
public abstract class PredictionTransformerBase<TModel> : Microsoft.ML.IPredictionTransformer<TModel>, Microsoft.ML.ITransformer where TModel : class
type PredictionTransformerBase<'Model (requires 'Model : null)> = class
interface IPredictionTransformer<'Model (requires 'Model : null)>
interface ITransformer
interface ICanSaveModel
interface IDisposable
type PredictionTransformerBase<'Model (requires 'Model : null)> = class
interface IPredictionTransformer<'Model (requires 'Model : null)>
interface ITransformer
interface ICanSaveModel
Public MustInherit Class PredictionTransformerBase(Of TModel)
Implements IDisposable, IPredictionTransformer(Of TModel), ITransformer
Public MustInherit Class PredictionTransformerBase(Of TModel)
Implements IPredictionTransformer(Of TModel), ITransformer
- TModel
The type of the model parameters used by this prediction transformer.
- Inheritance
-
PredictionTransformerBase<TModel>
- Derived
- Implements
Model |
The model. |
Dispose() | |
Get |
Gets the output schema resulting from the Transform(IDataView) |
Transform(IData |
Transforms the input data. |
ICan |
|
ITransformer. |
Gets a IRowToRowMapper instance. |
ITransformer. |
Whether a call to GetRowToRowMapper(DataViewSchema) should succeed, on an appropriate schema. |
Preview(ITransformer, IData |
Preview an effect of the |
Append<TTrans>(ITransformer, TTrans) |
Create a new transformer chain, by appending another transformer to the end of this transformer chain. |
Create |
TimeSeriesPredictionEngine<TSrc,TDst> creates a prediction engine for a time series pipeline. It updates the state of time series model with observations seen at prediction phase and allows checkpointing the model. |
Create |
TimeSeriesPredictionEngine<TSrc,TDst> creates a prediction engine for a time series pipeline. It updates the state of time series model with observations seen at prediction phase and allows checkpointing the model. |
Product | Versions |
---|---|
ML.NET | 1.0.0, 1.1.0, 1.2.0, 1.3.1, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 2.0.0, 3.0.0, 4.0.0, Preview |