1 instantiation of Bound
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
804
return new
Bound
(Host, this, schema);
2 references to Bound
Microsoft.ML.Data (2)
Prediction\Calibrator.cs (2)
647
private static readonly FuncInstanceMethodInfo1<
Bound
, DataViewRow, int, Delegate> _getPredictorGetterMethodInfo
648
= FuncInstanceMethodInfo1<
Bound
, DataViewRow, int, Delegate>.Create(target => target.GetPredictorGetter<int>);