add deleted main back

This commit is contained in:
tqchen 2014-04-06 09:32:27 -07:00
parent 1fa367b220
commit 40c380e40a

View File

@ -273,3 +273,8 @@ namespace xgboost{
};
};
int main( int argc, char *argv[] ){
xgboost::random::Seed( 0 );
xgboost::regression::RegBoostTask tsk;
return tsk.Run( argc, argv );
}