1 write to Input
Microsoft.ML.Core (1)
Data\WrappingRow.cs (1)
33
Input
= input;
7 references to Input
Microsoft.ML.Core (7)
Data\WrappingRow.cs (7)
13
/// are taken from this <see cref="
Input
"/>.
25
public sealed override long Batch =>
Input
.Batch;
26
public sealed override long Position =>
Input
.Position;
27
public override ValueGetter<DataViewRowId> GetIdGetter() =>
Input
.GetIdGetter();
37
/// This override of the dispose method by default only calls <see cref="
Input
"/>'s
50
Input
.Dispose();
56
/// that method has never been called before, and right after <see cref="
Input
"/> has been