12 references to CApiDType
Microsoft.ML.LightGbm (12)
WrappedLightGbmDataset.cs (4)
160WrappedLightGbmInterface.CApiDType.Float32)); 182WrappedLightGbmInterface.CApiDType.Float32)); 193WrappedLightGbmInterface.CApiDType.Int32)); 205WrappedLightGbmInterface.CApiDType.Float64));
WrappedLightGbmInterface.cs (8)
102CApiDType dataType, 113return DatasetPushRows(dataset, data, CApiDType.Float32, numRow, numCol, startRowIdx); 119CApiDType indPtrType, 122CApiDType dataType, 138indPtr, CApiDType.Int32, 139indices, data, CApiDType.Float32, 152CApiDType type); 216public static extern unsafe int BoosterPredictForMat(SafeBoosterHandle handle, IntPtr data, CApiDType dataType, int nRow, int nCol, int isRowMajor,