Classes | Typedefs | Functions
ranker.h File Reference
#include <vector>
#include <string>
#include <algorithm>
Include dependency graph for ranker.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gt< T >
 
class  lt< T >
 
class  ranker< T, C >
 

Typedefs

typedef unsigned int uint
 

Functions

template<class T , class S >
void order (const vector< T > &v, vector< S > &w)
 
template<class T , class S >
void order (const T *d, uint size, vector< S > &w)
 
template<class T , class S >
void orderhigh (const vector< T > &v, vector< S > &w)
 
template<class T , class S >
void orderhigh (const T *d, uint size, vector< S > &w)
 
template<class T , class S >
void partial_order (const vector< T > &v, vector< S > &w, uint num)
 
template<class T , class S >
void partial_order (const T *d, uint size, vector< S > &w, uint num)
 
template<class T , class S >
void partial_orderhigh (const vector< T > &v, vector< S > &w, uint num)
 
template<class T , class S >
void partial_orderhigh (const T *d, uint size, vector< S > &w, uint num)
 
template<class T , class S >
void partial_rank (const vector< T > &v, vector< S > &w, uint num, const string &method="average")
 
template<class T , class S >
void partial_rank (const T *d, uint size, vector< S > &w, uint num, const string &method="average")
 
template<class T , class S >
void partial_rankhigh (const vector< T > &v, vector< S > &w, uint num, const string &method="average")
 
template<class T , class S >
void partial_rankhigh (const T *d, uint size, vector< S > &w, uint num, const string &method="average")
 
template<class T >
quantile (const T *d, const uint size, const double q)
 
template<class T >
quantile (const vector< T > &v, const double q)
 
template<class T , class S >
void rank (const vector< T > &v, vector< S > &w, const string &method="average")
 
template<class T , class S >
void rank (const T *d, uint size, vector< S > &w, const string &method="average")
 
template<class T , class S >
void rankhigh (const vector< T > &v, vector< S > &w, const string &method="average")
 
template<class T , class S >
void rankhigh (const T *d, uint size, vector< S > &w, const string &method="average")
 

Typedef Documentation

typedef unsigned int uint

Definition at line 38 of file ranker.h.

Function Documentation

template<class T , class S >
void order ( const vector< T > &  v,
vector< S > &  w 
)
inline

Definition at line 154 of file ranker.h.

template<class T , class S >
void order ( const T *  d,
uint  size,
vector< S > &  w 
)
inline

Definition at line 158 of file ranker.h.

template<class T , class S >
void orderhigh ( const vector< T > &  v,
vector< S > &  w 
)
inline

Definition at line 190 of file ranker.h.

template<class T , class S >
void orderhigh ( const T *  d,
uint  size,
vector< S > &  w 
)
inline

Definition at line 194 of file ranker.h.

template<class T , class S >
void partial_order ( const vector< T > &  v,
vector< S > &  w,
uint  num 
)
inline

Definition at line 162 of file ranker.h.

template<class T , class S >
void partial_order ( const T *  d,
uint  size,
vector< S > &  w,
uint  num 
)
inline

Definition at line 166 of file ranker.h.

template<class T , class S >
void partial_orderhigh ( const vector< T > &  v,
vector< S > &  w,
uint  num 
)
inline

Definition at line 198 of file ranker.h.

template<class T , class S >
void partial_orderhigh ( const T *  d,
uint  size,
vector< S > &  w,
uint  num 
)
inline

Definition at line 202 of file ranker.h.

template<class T , class S >
void partial_rank ( const vector< T > &  v,
vector< S > &  w,
uint  num,
const string &  method = "average" 
)
inline

Definition at line 144 of file ranker.h.

template<class T , class S >
void partial_rank ( const T *  d,
uint  size,
vector< S > &  w,
uint  num,
const string &  method = "average" 
)
inline

Definition at line 149 of file ranker.h.

template<class T , class S >
void partial_rankhigh ( const vector< T > &  v,
vector< S > &  w,
uint  num,
const string &  method = "average" 
)
inline

Definition at line 180 of file ranker.h.

template<class T , class S >
void partial_rankhigh ( const T *  d,
uint  size,
vector< S > &  w,
uint  num,
const string &  method = "average" 
)
inline

Definition at line 185 of file ranker.h.

template<class T >
T quantile ( const T *  d,
const uint  size,
const double  q 
)
inline

Definition at line 206 of file ranker.h.

template<class T >
T quantile ( const vector< T > &  v,
const double  q 
)
inline

Definition at line 224 of file ranker.h.

template<class T , class S >
void rank ( const vector< T > &  v,
vector< S > &  w,
const string &  method = "average" 
)
inline

Definition at line 134 of file ranker.h.

template<class T , class S >
void rank ( const T *  d,
uint  size,
vector< S > &  w,
const string &  method = "average" 
)
inline

Definition at line 139 of file ranker.h.

template<class T , class S >
void rankhigh ( const vector< T > &  v,
vector< S > &  w,
const string &  method = "average" 
)
inline

Definition at line 170 of file ranker.h.

template<class T , class S >
void rankhigh ( const T *  d,
uint  size,
vector< S > &  w,
const string &  method = "average" 
)
inline

Definition at line 175 of file ranker.h.



caltech_lanes
Author(s): Ricardo Morais
autogenerated on Mon Mar 2 2015 01:31:31