xgboost
|
data stream support to input and output from/to base64 stream base64 is easier to store and pass as text format in mapreduce More...
#include <xgboost/logging.h>
#include <cctype>
#include <cstdio>
#include <string>
#include "./io.h"
Go to the source code of this file.
Classes | |
class | xgboost::common::StreamBufferReader |
buffer reader of the stream that allows you to get More... | |
class | xgboost::common::Base64InStream |
the stream that reads from base64, note we take from file pointers More... | |
class | xgboost::common::Base64OutStream |
the stream that write to base64, note we take from file pointers More... | |
Namespaces | |
xgboost | |
namespace of xgboost | |
xgboost::common | |
xgboost::common::base64 | |
namespace of base64 decoding and encoding table | |
Variables | |
const char | xgboost::common::base64::DecodeTable [] |
data stream support to input and output from/to base64 stream base64 is easier to store and pass as text format in mapreduce
Copyright 2014 by Contributors