Base:
method
GetAnnotationTypeCore
Microsoft.ML.Data.ColumnBindingsBase.GetAnnotationTypeCore(System.String, System.Int32)
1 override of GetAnnotationTypeCore
Microsoft.ML.Data (1)
Scorers\PredictedLabelScorerBase.cs (1)
196protected override DataViewType GetAnnotationTypeCore(string kind, int iinfo)
1 reference to GetAnnotationTypeCore
Microsoft.ML.Data (1)
Scorers\PredictedLabelScorerBase.cs (1)
210return base.GetAnnotationTypeCore(kind, iinfo);