1 override of GetLastInBatchDelegate
Microsoft.ML.TimeSeries (1)
SrCnnEntireAnomalyDetector.cs (1)
239protected override Func<bool> GetLastInBatchDelegate(DataViewRowCursor input)
1 reference to GetLastInBatchDelegate
Microsoft.ML.Data (1)
DataView\BatchDataViewMapperBase.cs (1)
104_lastInBatchInLookAheadCursorDel = _parent.GetLastInBatchDelegate(_lookAheadCursor);