Medial Code Documentation
Loading...
Searching...
No Matches
Data Structures | Namespaces | Functions
dense_libsvm.cc File Reference

Plugin to load in libsvm, but fill all the missing entries with zeros. This plugin is mainly used for benchmark purposes and do not need to be included. More...

#include <xgboost/base.h>
#include <dmlc/data.h>
#include <memory>

Data Structures

class  dmlc::data::DensifyParser< IndexType >
 

Namespaces

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

Functions

template<typename IndexType , typename DType = real_t>
Parser< IndexType > * dmlc::data::CreateDenseLibSVMParser (const std::string &path, const std::map< std::string, std::string > &args, unsigned part_index, unsigned num_parts)
 
 dmlc::DMLC_REGISTER_DATA_PARSER (uint32_t, real_t, dense_libsvm, data::CreateDenseLibSVMParser< uint32_t __DMLC_COMMA real_t >)
 

Detailed Description

Plugin to load in libsvm, but fill all the missing entries with zeros. This plugin is mainly used for benchmark purposes and do not need to be included.

Copyright 2015 by Contributors