xgboost
Classes | Namespaces
feature_map.h File Reference

Feature map data structure to help visualization and model dump. More...

#include <xgboost/logging.h>
#include <vector>
#include <string>
#include <cstring>
#include <iostream>
Include dependency graph for feature_map.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  xgboost::FeatureMap
 Feature map data structure to help text model dump. TODO(tqchen) consider make it even more lightweight. More...
 

Namespaces

 xgboost
 namespace of xgboost
 

Detailed Description

Feature map data structure to help visualization and model dump.

Copyright 2014-2021 by Contributors

Author
Tianqi Chen