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