Medial Code Documentation
Loading...
Searching...
No Matches
Data Structures | Namespaces
text_parser.h File Reference

iterator parser to parse text format More...

#include <dmlc/data.h>
#include <dmlc/omp.h>
#include <dmlc/common.h>
#include <thread>
#include <mutex>
#include <vector>
#include <cstring>
#include <algorithm>
#include "./row_block.h"
#include "./parser.h"

Go to the source code of this file.

Data Structures

class  dmlc::data::TextParserBase< IndexType, DType >
 Text parser that parses the input lines and returns rows in input data. More...
 

Namespaces

namespace  dmlc
 namespace for dmlc
 
namespace  dmlc::data
 namespace for useful input data structure
 

Detailed Description

iterator parser to parse text format

Copyright (c) 2015 by Contributors

Author
Tianqi Chen