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