xgboost
Classes | Namespaces
bitmap.h File Reference

a simple implement of bitmap NOTE: bitmap is only threadsafe per word access, remember this when using bitmap More...

#include <dmlc/omp.h>
#include <vector>
Include dependency graph for bitmap.h:

Go to the source code of this file.

Classes

struct  xgboost::common::BitMap
 bit map that contains set of bit indicators More...
 

Namespaces

 xgboost
 namespace of xgboost
 
 xgboost::common
 

Detailed Description

a simple implement of bitmap NOTE: bitmap is only threadsafe per word access, remember this when using bitmap

Copyright 2014 by Contributors

Author
Tianqi Chen