SHOGUN
v3.2.0
|
Helper functor for the function argsort
Definition at line 178 of file SGVector.cpp.
Public Member Functions | |
IndexSorter (const SGVector< T > *vec) | |
bool | operator() (index_t i, index_t j) const |
Public Attributes | |
const T * | data |
IndexSorter | ( | const SGVector< T > * | vec | ) |
constructor
Definition at line 181 of file SGVector.cpp.
access operator
Definition at line 184 of file SGVector.cpp.
const T* data |
data
Definition at line 190 of file SGVector.cpp.