jubatus_core  0.1.2
Jubatus: Online machine learning framework for distributed environment
jubatus::core::storage::sparse_matrix_storage Member List

This is the complete list of members for jubatus::core::storage::sparse_matrix_storage, including all inherited members.

calc_l2norm(const std::string &row) const jubatus::core::storage::sparse_matrix_storage
clear()jubatus::core::storage::sparse_matrix_storagevirtual
column2id_jubatus::core::storage::sparse_matrix_storageprivate
get(const std::string &row, const std::string &column) const jubatus::core::storage::sparse_matrix_storage
get_all_row_ids(std::vector< std::string > &ids) const jubatus::core::storage::sparse_matrix_storage
get_row(const std::string &row, std::vector< std::pair< std::string, float > > &columns) const jubatus::core::storage::sparse_matrix_storage
get_version() const jubatus::core::storage::sparse_matrix_storageinline
MSGPACK_DEFINE(tbl_, column2id_)jubatus::core::storage::sparse_matrix_storage
operator=(const sparse_matrix_storage &)jubatus::core::storage::sparse_matrix_storage
pack(framework::packer &packer) const jubatus::core::storage::sparse_matrix_storagevirtual
remove(const std::string &row, const std::string &column)jubatus::core::storage::sparse_matrix_storage
remove_row(const std::string &row)jubatus::core::storage::sparse_matrix_storage
set(const std::string &row, const std::string &column, float val)jubatus::core::storage::sparse_matrix_storage
set_row(const std::string &row, const std::vector< std::pair< std::string, float > > &columns)jubatus::core::storage::sparse_matrix_storage
sparse_matrix_storage()jubatus::core::storage::sparse_matrix_storage
tbl_jubatus::core::storage::sparse_matrix_storageprivate
unpack(msgpack::object o)jubatus::core::storage::sparse_matrix_storagevirtual
version_jubatus::core::storage::sparse_matrix_storageprivate
~model()jubatus::core::framework::modelvirtual
~sparse_matrix_storage()jubatus::core::storage::sparse_matrix_storage