2 implementations of ISingleFeaturePredictionTransformer
Microsoft.ML.Data (2)
Prediction\CalibratorCatalog.cs (1)
165public abstract class CalibratorTransformer<TICalibrator> : RowToRowTransformerBase, ISingleFeaturePredictionTransformer<TICalibrator>, ISingleFeaturePredictionTransformer
Scorers\PredictionTransformer.cs (1)
207public abstract class SingleFeaturePredictionTransformerBase<TModel> : PredictionTransformerBase<TModel>, ISingleFeaturePredictionTransformer<TModel>, ISingleFeaturePredictionTransformer
1 reference to ISingleFeaturePredictionTransformer
Microsoft.ML.Data (1)
Prediction\CalibratorCatalog.cs (1)
204string ISingleFeaturePredictionTransformer.FeatureColumnName => ((ISingleFeaturePredictionTransformer<TICalibrator>)this).FeatureColumnName;