1 type derived from BatchDataViewMapperBase
Microsoft.ML.TimeSeries (1)
SrCnnEntireAnomalyDetector.cs (1)
135
internal sealed class SrCnnEntireAnomalyDetector :
BatchDataViewMapperBase
<double, SrCnnEntireAnomalyDetector.Batch>
2 references to BatchDataViewMapperBase
Microsoft.ML.Data (2)
DataView\BatchDataViewMapperBase.cs (2)
75
private readonly
BatchDataViewMapperBase
<TInput, TBatch> _parent;
92
public Cursor(
BatchDataViewMapperBase
<TInput, TBatch> parent, DataViewRowCursor input, DataViewRowCursor lookAheadCursor, bool[] active)