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)
103CApiDType dataType, 114return DatasetPushRows(dataset, data, CApiDType.Float32, numRow, numCol, startRowIdx); 120CApiDType indPtrType, 123CApiDType dataType, 139indPtr, CApiDType.Int32, 140indices, data, CApiDType.Float32, 153CApiDType type); 217public static extern unsafe int BoosterPredictForMat(SafeBoosterHandle handle, IntPtr data, CApiDType dataType, int nRow, int nCol, int isRowMajor,