SingleFeaturePredictionTransformerBase<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.
The base class for all the transformers implementing the ISingleFeaturePredictionTransformer<TModel>. Those are all the transformers that work with one feature column.
public abstract class SingleFeaturePredictionTransformerBase<TModel> : Microsoft.ML.Data.PredictionTransformerBase<TModel>, Microsoft.ML.IPredictionTransformer<TModel>, Microsoft.ML.ISingleFeaturePredictionTransformer<TModel>, Microsoft.ML.ITransformer where TModel : class
type SingleFeaturePredictionTransformerBase<'Model (requires 'Model : null)> = class
inherit PredictionTransformerBase<'Model (requires 'Model : null)>
interface ISingleFeaturePredictionTransformer<'Model (requires 'Model : null)>
interface IPredictionTransformer<'Model (requires 'Model : null)>
interface ITransformer
interface ICanSaveModel
Public MustInherit Class SingleFeaturePredictionTransformerBase(Of TModel)
Inherits PredictionTransformerBase(Of TModel)
Implements IPredictionTransformer(Of TModel), ISingleFeaturePredictionTransformer(Of TModel), ITransformer
- TModel
The model used to transform the data.
- Inheritance
- Derived
- Implements
Feature |
The name of the feature column used by the prediction transformer. |
Feature |
The type of the prediction transformer |
Model |
The model. (Inherited from PredictionTransformerBase<TModel>) |
Dispose() | (Inherited from PredictionTransformerBase<TModel>) |
Get |
Schema propagation for this prediction transformer. |
Transform(IData |
Transforms the input data. (Inherited from PredictionTransformerBase<TModel>) |
ICan |
(Inherited from PredictionTransformerBase<TModel>) |
ITransformer. |
Gets a IRowToRowMapper instance. (Inherited from PredictionTransformerBase<TModel>) |
ITransformer. |
Whether a call to GetRowToRowMapper(DataViewSchema) should succeed, on an appropriate schema. (Inherited from PredictionTransformerBase<TModel>) |
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, Preview, 4.0.0 |