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

iterator parser to parse libsvm format More...

#include <dmlc/data.h>
#include <dmlc/strtonum.h>
#include <dmlc/parameter.h>
#include <map>
#include <string>
#include <limits>
#include <algorithm>
#include <cstring>
#include "./row_block.h"
#include "./text_parser.h"

Go to the source code of this file.

Data Structures

struct  dmlc::data::LibSVMParserParam
 
class  dmlc::data::LibSVMParser< 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
 

Functions

template<char kSymbol = '#'>
std::ptrdiff_t dmlc::data::IgnoreCommentAndBlank (char const *beg, char const *line_end)
 

Detailed Description

iterator parser to parse libsvm format

Copyright (c) 2015 by Contributors

Author
Tianqi Chen