4 references to PushRows
Microsoft.ML.LightGbm (4)
LightGbmTrainerBase.cs (2)
1066dataset.PushRows(features, curRowCount, catMetaData.NumCol, totalRowCount - curRowCount); 1077dataset.PushRows(features, curRowCount, catMetaData.NumCol, totalRowCount - curRowCount);
WrappedLightGbmDataset.cs (2)
23/// <see cref="PushRows(float[], int, int, int)"/>. It also pre-allocates memory so the actual size (number of examples and number of features) 36/// <param name="numTotalRow">The number of original examples added using <see cref="PushRows(float[], int, int, int)"/>.</param>