make style more like Google style
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _XGBOOST_COL_TREEMAKER_HPP_
|
||||
#define _XGBOOST_COL_TREEMAKER_HPP_
|
||||
#ifndef XGBOOST_COL_TREEMAKER_HPP
|
||||
#define XGBOOST_COL_TREEMAKER_HPP
|
||||
/*!
|
||||
* \file xgboost_col_treemaker.hpp
|
||||
* \brief implementation of regression tree maker,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _XGBOOST_APEX_TREE_HPP_
|
||||
#define _XGBOOST_APEX_TREE_HPP_
|
||||
#ifndef XGBOOST_APEX_TREE_HPP
|
||||
#define XGBOOST_APEX_TREE_HPP
|
||||
/*!
|
||||
* \file xgboost_svdf_tree.hpp
|
||||
* \brief implementation of regression tree constructor, with layerwise support
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _XGBOOST_TREE_HPP_
|
||||
#define _XGBOOST_TREE_HPP_
|
||||
#ifndef XGBOOST_TREE_HPP
|
||||
#define XGBOOST_TREE_HPP
|
||||
/*!
|
||||
* \file xgboost_tree.hpp
|
||||
* \brief implementation of regression tree
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _XGBOOST_TREE_MODEL_H_
|
||||
#define _XGBOOST_TREE_MODEL_H_
|
||||
#ifndef XGBOOST_TREE_MODEL_H
|
||||
#define XGBOOST_TREE_MODEL_H
|
||||
/*!
|
||||
* \file xgboost_tree_model.h
|
||||
* \brief generic definition of model structure used in tree models
|
||||
|
||||
Reference in New Issue
Block a user