2 references to Bindings
Microsoft.ML.Data (2)
Evaluators\RankingEvaluator.cs (2)
712
_bindings = new
Bindings
(Host, Source.Schema, true, LabelCol, ScoreCol, GroupCol, _truncationLevel);
727
_bindings = new
Bindings
(Host, input.Schema, false, LabelCol, ScoreCol, GroupCol, _truncationLevel);