2 implementations of FeatureColumnName
Microsoft.ML.Data (2)
Prediction\CalibratorCatalog.cs (1)
204string ISingleFeaturePredictionTransformer.FeatureColumnName => ((ISingleFeaturePredictionTransformer<TICalibrator>)this).FeatureColumnName;
Scorers\PredictionTransformer.cs (1)
213public string FeatureColumnName { get; }
1 reference to FeatureColumnName
Microsoft.ML.Data (1)
Prediction\IPredictionTransformer.cs (1)
39/// An ISingleFeaturePredictionTransformer contains the name of the <see cref="FeatureColumnName"/>.