make style more like Google style
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _XGBOOST_REG_H_
|
||||
#define _XGBOOST_REG_H_
|
||||
#ifndef XGBOOST_REG_H
|
||||
#define XGBOOST_REG_H
|
||||
/*!
|
||||
* \file xgboost_reg.h
|
||||
* \brief class for gradient boosted regression
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _XGBOOST_REGDATA_H_
|
||||
#define _XGBOOST_REGDATA_H_
|
||||
#ifndef XGBOOST_REGDATA_H
|
||||
#define XGBOOST_REGDATA_H
|
||||
|
||||
/*!
|
||||
* \file xgboost_regdata.h
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _XGBOOST_REGEVAL_H_
|
||||
#define _XGBOOST_REGEVAL_H_
|
||||
#ifndef XGBOOST_REGEVAL_H
|
||||
#define XGBOOST_REGEVAL_H
|
||||
/*!
|
||||
* \file xgboost_regeval.h
|
||||
* \brief evaluation metrics for regression and classification
|
||||
|
||||
Reference in New Issue
Block a user