11 references to GetMaxAnnotationKind
Microsoft.ML.Data (6)
Commands\ScoreCommand.cs (1)
181
maxScoreId = loader.Schema.
GetMaxAnnotationKind
(out int colMax, AnnotationUtils.Kinds.ScoreColumnSetId);
Evaluators\EvaluatorUtils.cs (3)
63
schema.
GetMaxAnnotationKind
(out int col, AnnotationUtils.Kinds.ScoreColumnSetId, CheckScoreColumnKindIsKnown);
74
schema.
GetMaxAnnotationKind
(out col, AnnotationUtils.Kinds.ScoreColumnSetId, CheckScoreColumnKind);
128
var maxSetNum = schema.
GetMaxAnnotationKind
(out int colTmp, AnnotationUtils.Kinds.ScoreColumnSetId,
Evaluators\MultiOutputRegressionEvaluator.cs (1)
577
var max = schema.
GetMaxAnnotationKind
(out c, AnnotationUtils.Kinds.ScoreColumnSetId);
Scorers\RowToRowScorerBase.cs (1)
357
var max = input.
GetMaxAnnotationKind
(out c, AnnotationUtils.Kinds.ScoreColumnSetId);
Microsoft.ML.EntryPoints (2)
ScoreColumnSelector.cs (2)
30
var maxScoreId = view.Schema.
GetMaxAnnotationKind
(out int colMax, AnnotationUtils.Kinds.ScoreColumnSetId);
83
var maxScoreId = input.Data.Schema.
GetMaxAnnotationKind
(out colMax, AnnotationUtils.Kinds.ScoreColumnSetId);
Microsoft.ML.TorchSharp (3)
AutoFormerV2\ObjectDetectionTrainer.cs (1)
784
var max = schema.
GetMaxAnnotationKind
(out c, AnnotationUtils.Kinds.ScoreColumnSetId);
Roberta\QATrainer.cs (1)
755
var max = schema.
GetMaxAnnotationKind
(out c, AnnotationUtils.Kinds.ScoreColumnSetId);
TorchSharpBaseTrainer.cs (1)
479
var max = schema.
GetMaxAnnotationKind
(out c, AnnotationUtils.Kinds.ScoreColumnSetId);