SHOGUN
4.2.0
|
mapped sparse matrix for representing graph relations of tasks
Definition at line 36 of file LibLinearMTL.h.
Public Member Functions | |
const float64_t | operator() (index_t i_row, index_t i_col) const |
void | set_from_sparse (const SGSparseMatrix< float64_t > &sgm) |
Public Attributes | |
std::vector< std::map< index_t, float64_t > > | data |
operator overload for matrix read only access
i_row | |
i_col |
Definition at line 45 of file LibLinearMTL.h.
void set_from_sparse | ( | const SGSparseMatrix< float64_t > & | sgm | ) |
under-the-hood data structure
Definition at line 85 of file LibLinearMTL.h.