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