4 references to PushRows
Microsoft.ML.LightGbm (4)
LightGbmTrainerBase.cs (2)
1042
dataset.
PushRows
(features, curRowCount, catMetaData.NumCol, totalRowCount - curRowCount);
1053
dataset.
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>