7 references to GetNumRows
Microsoft.ML.LightGbm (7)
LightGbmTrainerBase.cs (1)
1006
ch.Assert(dataset.
GetNumRows
() == numRow);
WrappedLightGbmDataset.cs (6)
90
Contracts.Assert(
GetNumRows
() == numTotalRow);
123
Contracts.Assert(startRowIdx <=
GetNumRows
() - numRow);
133
Contracts.Assert(startRowIdx <
GetNumRows
());
157
Contracts.Assert(labels.Length ==
GetNumRows
());
167
Contracts.Assert(weights.Length ==
GetNumRows
());
202
Contracts.Assert(initScores.Length %
GetNumRows
() == 0);