Public Member Functions | Public Attributes

SGVector< T >::IndexSorter Struct Reference


Detailed Description

template<class T>
struct shogun::SGVector< T >::IndexSorter

Helper functor for the function sorted_index

Definition at line 521 of file SGVector.h.

List of all members.

Public Member Functions

 IndexSorter (const SGVector< T > *vec)
bool operator() (index_t i, index_t j) const

Public Attributes

const T * data

Constructor & Destructor Documentation

IndexSorter ( const SGVector< T > *  vec  ) 

constructor

Definition at line 524 of file SGVector.h.


Member Function Documentation

bool operator() ( index_t  i,
index_t  j 
) const

access operator

Definition at line 527 of file SGVector.h.


Member Data Documentation

const T* data

data

Definition at line 533 of file SGVector.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation