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)
182
out
SafeBoosterHandle
res);
188
public static extern int BoosterAddValidData(
SafeBoosterHandle
handle, SafeDataSetHandle validset);
191
public static extern unsafe int BoosterSaveModelToString(
SafeBoosterHandle
handle,
204
public static extern int BoosterUpdateOneIter(
SafeBoosterHandle
handle, ref int isFinished);
207
public static extern int BoosterGetEvalCounts(
SafeBoosterHandle
handle, ref int outLen);
210
public static extern unsafe int BoosterGetEval(
SafeBoosterHandle
handle, int dataIdx,
217
public static extern unsafe int BoosterPredictForMat(
SafeBoosterHandle
handle, IntPtr data, CApiDType dataType, int nRow, int nCol, int isRowMajor,