xgboost/python/xgboost_python.cpp
2014-05-03 10:54:08 -07:00

13 lines
232 B
C++

#include "xgboost_python.h"
void* XGDMatrixCreate(void){
return NULL;
}
void XGDMatrixFree(void *handle){
}
void XGDMatrixLoad(void *handle, const char *fname){
}
void XGDMatrixSaveBinary( void *handle, const char *fname ){
}