9 references to SafeBoosterHandle
Microsoft.ML.LightGbm (9)
WrappedLightGbmBooster.cs (2)
22
public WrappedLightGbmInterface.
SafeBoosterHandle
Handle { get; private set; }
28
LightGbmInterfaceUtils.Check(WrappedLightGbmInterface.BoosterCreate(trainset.Handle, param, out
var
handle));
WrappedLightGbmInterface.cs (7)
181
out
SafeBoosterHandle
res);
187
public static extern int BoosterAddValidData(
SafeBoosterHandle
handle, SafeDataSetHandle validset);
190
public static extern unsafe int BoosterSaveModelToString(
SafeBoosterHandle
handle,
203
public static extern int BoosterUpdateOneIter(
SafeBoosterHandle
handle, ref int isFinished);
206
public static extern int BoosterGetEvalCounts(
SafeBoosterHandle
handle, ref int outLen);
209
public static extern unsafe int BoosterGetEval(
SafeBoosterHandle
handle, int dataIdx,
216
public static extern unsafe int BoosterPredictForMat(
SafeBoosterHandle
handle, IntPtr data, CApiDType dataType, int nRow, int nCol, int isRowMajor,