Implemented interface member:
method
GetRowCount
Microsoft.ML.IDataView.GetRowCount()
2 overrides of GetRowCount
Microsoft.ML.Data (2)
Transforms\TransformBase.cs (2)
120
public sealed override long?
GetRowCount
() { return Source.GetRowCount(); }
141
public override long?
GetRowCount
() => null;