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)
213
protected override void
GetAnnotationCore
<TValue>(string kind, int iinfo, ref TValue value)
1 reference to GetAnnotationCore
Microsoft.ML.Data (1)
Scorers\PredictedLabelScorerBase.cs (1)
237
base.
GetAnnotationCore
<TValue>(kind, iinfo, ref value);