Base:
method
GetAnnotationCore<TValue>
Microsoft.ML.Data.ColumnBindingsBase.GetAnnotationCore<TValue>(System.String, System.Int32, ref TValue)
1 override of GetAnnotationCore
Microsoft.ML.Data (1)
Scorers\PredictedLabelScorerBase.cs (1)
219protected override void GetAnnotationCore<TValue>(string kind, int iinfo, ref TValue value)
1 reference to GetAnnotationCore
Microsoft.ML.Data (1)
Scorers\PredictedLabelScorerBase.cs (1)
243base.GetAnnotationCore<TValue>(kind, iinfo, ref value);