2 writes 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);
4 references to _bindings
Microsoft.ML.Data (4)
Evaluators\RankingEvaluator.cs (4)
748
return
_bindings
;
753
var getters = new Delegate[
_bindings
.InfoCount];
787
var lb = RowCursorUtils.GetLabelGetter(row,
_bindings
.LabelIndex);
799
return row.GetGetter<Single>(row.Schema[
_bindings
.ScoreIndex]);