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)
748return _bindings; 753var getters = new Delegate[_bindings.InfoCount]; 787var lb = RowCursorUtils.GetLabelGetter(row, _bindings.LabelIndex); 799return row.GetGetter<Single>(row.Schema[_bindings.ScoreIndex]);