jubatus_core  0.1.2
Jubatus: Online machine learning framework for distributed environment
Public Member Functions | Public Attributes | List of all members
jubatus::core::graph::unknown_centrality_type Class Reference

#include <graph_type.hpp>

Inheritance diagram for jubatus::core::graph::unknown_centrality_type:
Inheritance graph
Collaboration diagram for jubatus::core::graph::unknown_centrality_type:
Collaboration graph

Public Member Functions

 unknown_centrality_type (centrality_type t)
 
- Public Member Functions inherited from jubatus::core::graph::graph_exception
 graph_exception (const std::string &what)
 
- Public Member Functions inherited from jubatus::core::common::exception::runtime_error
 runtime_error (const std::string &what)
 
const char * what () const throw ()
 
 ~runtime_error () throw ()
 
- Public Member Functions inherited from jubatus::core::common::exception::jubaexception< runtime_error >
void bind_thrower (exception_thrower_ptr thrower) const
 
 jubaexception ()
 
exception_thrower_ptr thrower () const
 
virtual ~jubaexception () throw ()
 
- Public Member Functions inherited from jubatus::core::common::exception::jubatus_exception
std::string diagnostic_information (bool display_what=false) const
 
error_info_list_t error_info () const
 
 jubatus_exception () throw ()
 
std::string name () const throw ()
 
virtual ~jubatus_exception () throw ()
 

Public Attributes

centrality_type t_
 

Detailed Description

Definition at line 156 of file graph_type.hpp.

Constructor & Destructor Documentation

jubatus::core::graph::unknown_centrality_type::unknown_centrality_type ( centrality_type  t)
inlineexplicit

Definition at line 158 of file graph_type.hpp.

159  : graph_exception(__func__),
160  t_(t) {
161  }
graph_exception(const std::string &what)
Definition: graph_type.hpp:104

Member Data Documentation

centrality_type jubatus::core::graph::unknown_centrality_type::t_

Definition at line 163 of file graph_type.hpp.


The documentation for this class was generated from the following file: